00001 #ifndef StiFtpcHitLoader_H 00002 #define StiFtpcHitLoader_H 00003 00004 #include "StiHitLoader.h" 00005 class StEvent; 00006 class StiGeometryTransform; 00007 00019 class StiFtpcHitLoader : public StiHitLoader<StEvent,StiGeometryTransform> 00020 { 00021 public: 00022 00023 StiFtpcHitLoader(); 00024 StiFtpcHitLoader(StiHitContainer * hitContainer, 00025 Factory<StiHit> * hitFactory, 00026 StiGeometryTransform * transform); 00027 virtual ~StiFtpcHitLoader(); 00028 virtual void loadHits(StEvent* source); 00029 }; 00030 00031 00032 #endif
1.5.9