HighLAND
|
Public Attributes | |
Int_t | nRelevantRecObjects |
----—— Relevant rec objects and true objects for each systematic ------------—— More... | |
AnaRecObjectC ** | RelevantRecObjects |
Int_t | nRelevantTrueObjects |
Array of Relevant True RecObjects for each systematic. | |
AnaTrueObjectC ** | RelevantTrueObjects |
AnaRecObjectC ** | RelevantTrueObjectsReco |
std::set< AnaRecObjectC * > | RelevantRecObjectsSet |
Definition at line 10 of file SystBoxB.hxx.
Int_t SystBoxB::nRelevantRecObjects |
----—— Relevant rec objects and true objects for each systematic ------------——
Array of Relevant RecObjects for each systematic
Definition at line 20 of file SystBoxB.hxx.
std::set<AnaRecObjectC*> SystBoxB::RelevantRecObjectsSet |
The Set of relevant tracks for variation systematics. A set is use such that we ensure no repetition, since each variation systematic adds its own relevant objects
Definition at line 33 of file SystBoxB.hxx.
AnaRecObjectC** SystBoxB::RelevantTrueObjectsReco |
Array of Relevant True RecObjects with Reconstructed association for each systematic With size nRelevantTrueObjects
Definition at line 29 of file SystBoxB.hxx.