8 #include "ERTelescopeParticle.h" 10 ERTelescopeParticle::ERTelescopeParticle(
11 const TLorentzVector lvInteraction,
const Double_t kineticEnergy,
12 const Double_t deadEloss,
const Double_t edepInThickStation ,
13 const Double_t edepInThinStation ,
const Double_t correctedEdepInThickStation ,
14 const Double_t correctedEdepInThinStation ,
15 const ERChannel channelOfThinStation,
16 const ERChannel channelOfThickStation)
17 : fLVInteraction(lvInteraction), fKineticEnergy(kineticEnergy), fDeadEloss(deadEloss),
18 fEdepInThickStation(edepInThickStation), fEdepInThinStation(edepInThinStation),
19 fCorrectedEdepInThickStation(correctedEdepInThickStation),
20 fCorrectedEdepInThinStation(correctedEdepInThinStation),
21 fChannelOfThinStation(channelOfThinStation),
22 fChannelOfThickStation(channelOfThickStation)