#include <SRMeVPrtl.h>
Public Member Functions | |
SRMeVPrtl () | |
~SRMeVPrtl () | |
Public Attributes | |
caf::mevprtlchannel_ | gen |
Generator physics channel for this event. More... | |
caf::SRVector3D | position |
Decay location [cm]. More... | |
double | time |
Decay time [us]. More... | |
caf::SRVector3D | momentum |
Portal momentum [GeV]. More... | |
double | E |
Portal Energy [GeV]. More... | |
double | M |
Portal Mass [GeV]. More... | |
int | cryostat |
Cryostat that the decay occurs in. More... | |
double | flux_weight |
Weight associated with the production of the Portal. More... | |
double | ray_weight |
Weight associated with the Portal hitting the detector. More... | |
double | decay_weight |
Weight associated with the Portal decaying. More... | |
double | decay_length |
Mean decay length of particle. More... | |
caf::SRVector3D | enter |
Entry position of particle into Active Volume. More... | |
caf::SRVector3D | exit |
Exit position of particle into Active Volume. More... | |
caf::SRVector3D | start |
Start position of Portal in detector coordinates [cm]. More... | |
double | C1 |
double | C2 |
double | C3 |
double | C4 |
double | C5 |
The SRMeVPrtl is a representation of information on a heavy (BSM) particle decay in the detector
Definition at line 15 of file SRMeVPrtl.h.
caf::SRMeVPrtl::SRMeVPrtl | ( | ) |
Definition at line 11 of file SRMeVPrtl.cxx.
|
inline |
Definition at line 19 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::C1 |
Definition at line 40 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::C2 |
Definition at line 41 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::C3 |
Definition at line 42 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::C4 |
Definition at line 43 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::C5 |
Definition at line 44 of file SRMeVPrtl.h.
int caf::SRMeVPrtl::cryostat |
Cryostat that the decay occurs in.
Definition at line 28 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::decay_length |
Mean decay length of particle.
Definition at line 34 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::decay_weight |
Weight associated with the Portal decaying.
Definition at line 32 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::E |
Portal Energy [GeV].
Definition at line 25 of file SRMeVPrtl.h.
caf::SRVector3D caf::SRMeVPrtl::enter |
Entry position of particle into Active Volume.
Definition at line 35 of file SRMeVPrtl.h.
caf::SRVector3D caf::SRMeVPrtl::exit |
Exit position of particle into Active Volume.
Definition at line 36 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::flux_weight |
Weight associated with the production of the Portal.
Definition at line 30 of file SRMeVPrtl.h.
caf::mevprtlchannel_ caf::SRMeVPrtl::gen |
Generator physics channel for this event.
Definition at line 21 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::M |
Portal Mass [GeV].
Definition at line 26 of file SRMeVPrtl.h.
caf::SRVector3D caf::SRMeVPrtl::momentum |
Portal momentum [GeV].
Definition at line 24 of file SRMeVPrtl.h.
caf::SRVector3D caf::SRMeVPrtl::position |
Decay location [cm].
Definition at line 22 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::ray_weight |
Weight associated with the Portal hitting the detector.
Definition at line 31 of file SRMeVPrtl.h.
caf::SRVector3D caf::SRMeVPrtl::start |
Start position of Portal in detector coordinates [cm].
Definition at line 37 of file SRMeVPrtl.h.
double caf::SRMeVPrtl::time |
Decay time [us].
Definition at line 23 of file SRMeVPrtl.h.