#include <MeVPrtlDecay.h>
Public Attributes | |
TLorentzVector | pos |
std::vector< TVector3 > | daughter_mom |
std::vector< double > | daughter_e |
std::vector< int > | daughter_pdg |
double | decay_width |
double | mean_lifetime |
double | mean_distance |
Definition at line 8 of file MeVPrtlDecay.h.
std::vector<double> evgen::ldm::MeVPrtlDecay::daughter_e |
Definition at line 17 of file MeVPrtlDecay.h.
std::vector<TVector3> evgen::ldm::MeVPrtlDecay::daughter_mom |
Definition at line 16 of file MeVPrtlDecay.h.
std::vector<int> evgen::ldm::MeVPrtlDecay::daughter_pdg |
Definition at line 18 of file MeVPrtlDecay.h.
double evgen::ldm::MeVPrtlDecay::decay_width |
Definition at line 20 of file MeVPrtlDecay.h.
double evgen::ldm::MeVPrtlDecay::mean_distance |
Definition at line 22 of file MeVPrtlDecay.h.
double evgen::ldm::MeVPrtlDecay::mean_lifetime |
Definition at line 21 of file MeVPrtlDecay.h.
TLorentzVector evgen::ldm::MeVPrtlDecay::pos |
Definition at line 10 of file MeVPrtlDecay.h.