14#include "FairDetector.h"
15#include "TClonesArray.h"
17#include "TLorentzVector.h"
18#include "FairDetector.h"
20#include "TVirtualMC.h"
90 virtual void Print(Option_t*)
const;
107 virtual void CopyClones(TClonesArray* cl1, TClonesArray* cl2,
120 TVector3 posIn, TVector3 posOut,
121 TVector3 momIn, TVector3 momOut,
122 Double_t tof, Double_t length, Double_t eLoss,
123 Bool_t isPrimary, Double_t charge, Int_t pdgId,
124 Double_t timeIn, Double_t timeOut, Double_t lengthtrack);
143 TClonesArray* fArmTrigCollection;
146 Double32_t fLengthtrack;
150 void ResetParameters();
158inline void BmnArmTrig::ResetParameters()
160 fTrackID = fVolumeID = 0;
161 fPosIn.SetXYZ(0.0, 0.0, 0.0);
162 fPosOut.SetXYZ(0.0, 0.0, 0.0);
163 fMomIn.SetXYZ(0.0, 0.0, 0.0);
164 fMomOut.SetXYZ(0.0, 0.0, 0.0);
165 fTime = fLength = fELoss = 0;
166 fTimeIn = fTimeOut = 0;
virtual Bool_t CheckIfSensitive(std::string name)
virtual void BeginEvent()
virtual void Initialize()
BmnArmTrigPoint * AddHit(Int_t trackID, Int_t detID, Int_t copyNo, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, Bool_t isPrimary, Double_t charge, Int_t pdgId, Double_t timeIn, Double_t timeOut, Double_t lengthtrack)
virtual void CopyClones(TClonesArray *cl1, TClonesArray *cl2, Int_t offset)
virtual void ConstructAsciiGeometry()
virtual Bool_t ProcessHits(FairVolume *vol=0)
virtual void ConstructGeometry()
virtual void EndOfEvent()
virtual void Print(Option_t *) const
virtual TClonesArray * GetCollection(Int_t iColl) const