StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiIstDetectorGroup.h
1 #ifndef StiIstDetectorGroup_H_INCLUDED
2 #define StiIstDetectorGroup_H_INCLUDED
3 
4 #include "Sti/StiDetectorGroup.h"
5 class StEvent;
6 class StMcEvent;
7 
12 class StiIstDetectorGroup : public StiDetectorGroup<StEvent>
13 {
14  public:
15  StiIstDetectorGroup(bool active);
17 };
18 
19 #endif
20 
Event data structure to hold all information from a Monte Carlo simulation. This class is the interfa...
Definition: StMcEvent.hh:169