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