00001 #ifndef StiIstDetectorGroup_H_INCLUDED 00002 #define StiIstDetectorGroup_H_INCLUDED 00003 00004 #include "Sti/StiDetectorGroup.h" 00005 class StEvent; 00006 class StMcEvent; 00007 00012 class StiIstDetectorGroup : public StiDetectorGroup<StEvent> 00013 { 00014 public: 00015 StiIstDetectorGroup(bool active, const string & inputFile); 00016 ~StiIstDetectorGroup(); 00017 }; 00018 00019 #endif 00020
1.5.9