er
dev
|
#include <ERTelescopeParticle.h>
Public Member Functions | |
ERTelescopeParticle (TLorentzVector lvinteraction, Double_t deadEloss, Double_t kineticEnergy, Double_t edepInThickStation=-1., Double_t edepInThinStation=-1., Double_t correctedEdepInThickStation=-1., Double_t correctedEdepInThinStation=-1., ERChannel channelOfThinStation=consts::undefined_channel, ERChannel channelOfThickStation=consts::undefined_channel) | |
Constructor. More... | |
Double_t | GetDeadEloss () const |
Double_t | GetKineticEnergy () const |
TLorentzVector | GetLVInteraction () const |
Double_t | GetEdepInThickStation () const |
Double_t | GetEdepInThinStation () const |
Double_t | GetCorrectedEdepInThickStation () const |
Double_t | GetCorrectedEdepInThinStation () const |
ERChannel | ChannelOfThinStation () const |
ERChannel | ChannelOfThickStation () const |
Definition at line 22 of file ERTelescopeParticle.h.
ERTelescopeParticle::ERTelescopeParticle | ( | TLorentzVector | lvinteraction, |
Double_t | deadEloss, | ||
Double_t | kineticEnergy, | ||
Double_t | edepInThickStation = -1. , |
||
Double_t | edepInThinStation = -1. , |
||
Double_t | correctedEdepInThickStation = -1. , |
||
Double_t | correctedEdepInThinStation = -1. , |
||
ERChannel | channelOfThinStation = consts::undefined_channel , |
||
ERChannel | channelOfThickStation = consts::undefined_channel |
||
) |
Constructor.
deadEloss | - eloss in passive detector volumes; |
lvInteraction | - Lorentz vector in interaction; |
Definition at line 10 of file ERTelescopeParticle.cxx.