00001 // $Id: StiSsdDetectorGroup.h,v 1.6 2005/10/26 21:59:12 fisyak Exp $ 00002 // 00003 // $Log: StiSsdDetectorGroup.h,v $ 00004 // Revision 1.6 2005/10/26 21:59:12 fisyak 00005 // get rid off dependencies from StMcEvent 00006 // 00007 // Revision 1.5 2005/06/21 15:31:47 lmartin 00008 // CVS tags added 00009 // 00010 #ifndef StiSsdDetectorGroup_H_INCLUDED 00011 #define StiSsdDetectorGroup_H_INCLUDED 00012 00013 #include "Sti/StiDetectorGroup.h" 00014 class StEvent; 00015 class StiDetectorBuilder; 00016 00021 class StiSsdDetectorGroup : public StiDetectorGroup<StEvent> 00022 { 00023 public: 00024 StiSsdDetectorGroup(bool active, const string & inputFile); 00025 ~StiSsdDetectorGroup(); 00026 }; 00027 00028 #endif 00029
1.5.9