Public Member Functions | |
void | clearVariables () |
void | fillFromEvent (TracksterToTracksterMap const &recoToSimMap, TracksterToTracksterMap const &simToRecoMap) |
void | initTree (TTree *tree, std::string branchPrefix, std::string branchSuffix) |
Private Attributes | |
std::vector< std::vector< uint32_t > > | recoToSim |
std::vector< std::vector< float > > | recoToSim_score |
std::vector< std::vector< float > > | recoToSim_sharedE |
std::vector< std::vector< uint32_t > > | simToReco |
std::vector< std::vector< float > > | simToReco_score |
std::vector< std::vector< float > > | simToReco_sharedE |
Definition at line 484 of file TICLDumper.cc.
|
inline |
Definition at line 500 of file TICLDumper.cc.
References recoToSim, recoToSim_score, recoToSim_sharedE, simToReco, simToReco_score, and simToReco_sharedE.
|
inline |
Definition at line 509 of file TICLDumper.cc.
References ticl::AssociationMap< MapType, Collection1, Collection2 >::getMap(), mps_fire::i, recoToSim, recoToSim_score, recoToSim_sharedE, simToReco, simToReco_score, and simToReco_sharedE.
|
inline |
To be called once after tree creation. Output branches will be named prefix_recoToSim/simToReco_suffix_score/sharedE/ branchPrefix : for example tsCLUE3D. branchSuffix : usually one of SC or CP. Do not copy/move or resize vector holding object after calling this function
Definition at line 491 of file TICLDumper.cc.
References recoToSim, recoToSim_score, recoToSim_sharedE, simToReco, simToReco_score, and simToReco_sharedE.
|
private |
Definition at line 540 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 541 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 542 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 543 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 544 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 545 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().