00001 // $Id: StiSsdHitLoader.h,v 1.7 2005/10/26 21:59:12 fisyak Exp $ 00002 // 00003 // $Log: StiSsdHitLoader.h,v $ 00004 // Revision 1.7 2005/10/26 21:59:12 fisyak 00005 // get rid off dependencies from StMcEvent 00006 // 00007 // Revision 1.6 2005/06/21 15:31:48 lmartin 00008 // CVS tags added 00009 // 00013 #ifndef StiSsdHitLoader_H 00014 #define StiSsdHitLoader_H 00015 00016 #include "Sti/StiHitLoader.h" 00017 class StEvent; 00018 class StiDetectorBuilder; 00019 00020 00032 class StiSsdHitLoader : public StiHitLoader<StEvent,StiDetectorBuilder> 00033 { 00034 public: 00035 00036 StiSsdHitLoader(); 00037 StiSsdHitLoader(StiHitContainer * hitContainer, 00038 Factory<StiHit> * hitFactory, 00039 StiDetectorBuilder * detector); 00040 virtual ~StiSsdHitLoader(); 00041 virtual void loadHits(StEvent* source, 00042 Filter<StiTrack> * trackFilter, 00043 Filter<StiHit> * hitFilter); 00044 }; 00045 00046 #endif
1.5.9