4 #include "EREXP1811EventHeader.h" 6 #include "FairLogger.h" 8 void EREXP1811EventHeader::SetData(
const TVector3& position,
const TLorentzVector& He8,
9 const TLorentzVector& H2,
const TLorentzVector& He3,
10 const TLorentzVector& H3,
11 const TLorentzVector& H7,
const TLorentzVector& n1,
12 const TLorentzVector& n2,
const TLorentzVector& n3,
13 const TLorentzVector& n4) {
14 fReactionPos = position;
26 void EREXP1811EventHeader::Clear() {
27 fHe8.SetXYZM(0, 0, 0, 0);
28 fH2.SetXYZM(0, 0, 0, 0);
29 fHe3.SetXYZM(0, 0, 0, 0);
30 fH3.SetXYZM(0, 0, 0, 0);
31 fH7.SetXYZM(0, 0, 0, 0);
32 fn1.SetXYZM(0, 0, 0, 0);
33 fn2.SetXYZM(0, 0, 0, 0);
34 fn3.SetXYZM(0, 0, 0, 0);
35 fn4.SetXYZM(0, 0, 0, 0);