StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiSstDetectorGroup.h
1 #ifndef StiSstDetectorGroup_h
2 #define StiSstDetectorGroup_h
3 
4 #include "Sti/StiDetectorGroup.h"
5 
6 class StEvent;
7 
8 
15 class StiSstDetectorGroup : public StiDetectorGroup<StEvent>
16 {
17 public:
18 
20  enum SstDetectorBuilderImpl {kDefault, kFirstPro};
21 
22  StiSstDetectorGroup(bool active, SstDetectorBuilderImpl sstImpl=kDefault, bool buildIdealGeom=false);
24 };
25 
26 #endif
SstDetectorBuilderImpl
Options to identify different SST detector builders.