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