11 #include "FairTimeStamp.h"
13 #include "TGeoManager.h"
15 #include "TGeoVolume.h"
16 #include "TGeoMatrix.h"
36 : FairHit (detID, pos, dpos, index),
40 fNDigiHits (NDigiHits),
45 AddLink(FairLink(fromStr, index));
52 : FairHit(detID, pos, dpos, index),
61 AddLink(FairLink(fromStr, digi1));
62 AddLink(FairLink(fromStr, digi2));
69 Int_t digi1, Int_t digi2,
71 : FairHit(detID, pos, dpos, index),
81 AddLink(FairLink(fromStr, digi1));
82 AddLink(FairLink(fromStr, digi2));
95 std::cout << *
this <<
" opt = " << opt << std::endl;
virtual void Print(const Option_t *opt=0) const