StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiSstHitLoader.h
1 // $Id: StiSstHitLoader.h,v 1.1 2015/07/16 15:22:07 bouchet Exp $
2 //
3 // $Log: StiSstHitLoader.h,v $
4 // Revision 1.1 2015/07/16 15:22:07 bouchet
5 // header file for StiSstHitLoader ; straight copy of StiSsdHitLoader.h
6 //
7 // Revision 1.8 2015/01/05 15:40:04 smirnovd
8 // StiXxxHitLoader: Changes in whitespace only
9 //
10 // Revision 1.7 2005/10/26 21:59:12 fisyak
11 // get rid off dependencies from StMcEvent
12 //
13 // Revision 1.6 2005/06/21 15:31:48 lmartin
14 // CVS tags added
15 //
19 #ifndef StiSstHitLoader_H
20 #define StiSstHitLoader_H
21 
22 #include "Sti/StiHitLoader.h"
23 
24 class StEvent;
25 class StiDetectorBuilder;
26 
27 
39 class StiSstHitLoader : public StiHitLoader<StEvent,StiDetectorBuilder>
40 {
41 public:
42 
44  StiSstHitLoader(StiHitContainer* hitContainer, Factory<StiHit>* hitFactory, StiDetectorBuilder* detector);
45  virtual ~StiSstHitLoader();
46  virtual void loadHits(StEvent *source, Filter<StiTrack> *trackFilter, Filter<StiHit> *hitFilter);
47 };
48 
49 #endif