Public Member Functions | |
void | clearVariables () |
void | fillFromEvent (edm::Handle< std::vector< ticl::Trackster >> tracksters_handle, edm::Handle< std::vector< ticl::Trackster >> simTracksters_h, ticl::RecoToSimCollectionSimTracksters const &tsRecoSimSCMap, ticl::SimToRecoCollectionSimTracksters const &tsSimToRecoSCMap) |
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 482 of file TICLDumper.cc.
|
inline |
Definition at line 498 of file TICLDumper.cc.
References recoToSim, recoToSim_score, recoToSim_sharedE, simToReco, simToReco_score, and simToReco_sharedE.
|
inline |
Definition at line 507 of file TICLDumper.cc.
References edm::AssociationMap< Tag >::end(), edm::AssociationMap< Tag >::find(), mps_fire::i, recoToSim, recoToSim_score, recoToSim_sharedE, simToReco, simToReco_score, simToReco_sharedE, and edm::helpers::KeyVal< K, V >::val.
|
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 489 of file TICLDumper.cc.
References recoToSim, recoToSim_score, recoToSim_sharedE, simToReco, simToReco_score, and simToReco_sharedE.
|
private |
Definition at line 555 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 556 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 557 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 558 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 559 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().
|
private |
Definition at line 560 of file TICLDumper.cc.
Referenced by clearVariables(), fillFromEvent(), and initTree().