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  public:
20  PndTrkSciTHitList(Int_t iregion);
22 
23  static PndTrkSciTHitList *Instance();
25 
26  void AddHit(Int_t hitid, Int_t detid, FairHit *hit);
27 
28  void Clear()
29  {
30  ClearList();
31  fscitInstance = nullptr;
32  }
33 
34  protected:
36 
37  Int_t fIRegion;
39 };
40 
41 #endif
void AddHit(Int_t hitid, Int_t detid, FairHit *hit)
static PndTrkSciTHitList * fscitInstance
void ClearList()
Definition: PndTrkHitList.h:53
ClassDef(PndTrkSciTHitList, 1)
PndTrkSciTHitList * Instanciate()
static PndTrkSciTHitList * Instance()