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