FairRoot/PandaRoot
|
#include <PndSimpleCombiner.h>
Public Attributes | |
int | mpdg |
int | midx |
int | ndaug |
bool | daucc |
double | mwin |
double | mwinlo |
double | mwinhi |
RhoMassParticleSelector * | msel |
std::vector< int > | dpdg |
std::vector< int > | didx |
Definition at line 45 of file PndSimpleCombiner.h.
bool SCDecayInfo::daucc |
Definition at line 50 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::Combine(), PndSimpleCombiner::InitDecayInfo(), and PndSimpleCombiner::Print().
std::vector<int> SCDecayInfo::didx |
Definition at line 56 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::Combine(), PndSimpleCombiner::FillGenericLists(), PndSimpleCombiner::InitDecayInfo(), PndSimpleCombiner::ParseDecay(), and PndSimpleCombiner::Print().
std::vector<int> SCDecayInfo::dpdg |
Definition at line 55 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::Combine(), PndSimpleCombiner::FillGenericLists(), PndSimpleCombiner::InitDecayInfo(), PndSimpleCombiner::ParseDecay(), and PndSimpleCombiner::Print().
int SCDecayInfo::midx |
Definition at line 48 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::Combine(), PndSimpleCombiner::InitDecayInfo(), PndSimpleCombiner::ParseDecay(), and PndSimpleCombiner::Print().
int SCDecayInfo::mpdg |
Definition at line 47 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::Combine(), PndSimpleCombiner::InitDecayInfo(), PndSimpleCombiner::ParseDecay(), PndSimpleCombiner::ParseParams(), and PndSimpleCombiner::Print().
RhoMassParticleSelector* SCDecayInfo::msel |
Definition at line 54 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::Combine(), PndSimpleCombiner::InitDecayInfo(), and PndSimpleCombiner::ParseParams().
double SCDecayInfo::mwin |
Definition at line 51 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::InitDecayInfo(), PndSimpleCombiner::ParseParams(), and PndSimpleCombiner::Print().
double SCDecayInfo::mwinhi |
Definition at line 53 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::InitDecayInfo(), PndSimpleCombiner::ParseParams(), and PndSimpleCombiner::Print().
double SCDecayInfo::mwinlo |
Definition at line 52 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::InitDecayInfo(), PndSimpleCombiner::ParseParams(), and PndSimpleCombiner::Print().
int SCDecayInfo::ndaug |
Definition at line 49 of file PndSimpleCombiner.h.
Referenced by PndSimpleCombiner::FillGenericLists(), and PndSimpleCombiner::ParseDecay().