FairRoot/PandaRoot
PndTrkSciTHitList.h
Go to the documentation of this file.
1 
6 #ifndef PNDTRKSCITHITLIST_H
7 #define PNDTRKSCITHITLIST_H 1
8 
9 #include "PndTrkHitList.h"
10 
11 #include "TVector3.h"
12 #include "PndTrkHit.h"
13 
14 #define MAXNOFSCITHITS 1000 // CHECK consistency
15 
17 {
18 
19  public:
20 
22  PndTrkSciTHitList(Int_t iregion);
24 
25  static PndTrkSciTHitList* Instance();
27 
28  void AddHit(Int_t hitid, Int_t detid, FairHit *hit);
29 
30  void Clear() {
31  ClearList();
32  fscitInstance = NULL;
33  }
34 
35  protected:
36 
38 
39  Int_t fIRegion;
41 };
42 
43 
44 #endif
void AddHit(Int_t hitid, Int_t detid, FairHit *hit)
void ClearList()
Definition: PndTrkHitList.h:52
ClassDef(PndTrkSciTHitList, 1)
PndTrkSciTHitList * Instanciate()
static PndTrkSciTHitList * Instance()
static PndTrkSciTHitList * fscitInstance
PndSdsMCPoint * hit
Definition: anasim.C:70