#include <PizeroMCTruthFinder.h>
Public Member Functions | |
std::vector< PizeroMCTruth > | find (const std::vector< SimTrack > &simTracks, const std::vector< SimVertex > &simVertices) |
PizeroMCTruthFinder () | |
virtual | ~PizeroMCTruthFinder () |
Private Member Functions | |
void | fill (const std::vector< SimTrack > &theSimTracks, const std::vector< SimVertex > &theSimVertices) |
Private Attributes | |
std::map< unsigned, unsigned > | geantToIndex_ |
ElectronMCTruthFinder * | theElectronMCTruthFinder_ |
PhotonMCTruthFinder * | thePhotonMCTruthFinder_ |
Definition at line 16 of file PizeroMCTruthFinder.h.
PizeroMCTruthFinder::PizeroMCTruthFinder | ( | ) |
Definition at line 8 of file PizeroMCTruthFinder.cc.
References theElectronMCTruthFinder_, and thePhotonMCTruthFinder_.
|
virtual |
Definition at line 16 of file PizeroMCTruthFinder.cc.
References gather_cfg::cout, theElectronMCTruthFinder_, and thePhotonMCTruthFinder_.
|
private |
Definition at line 179 of file PizeroMCTruthFinder.cc.
References gather_cfg::cout, and geantToIndex_.
Referenced by find().
std::vector< PizeroMCTruth > PizeroMCTruthFinder::find | ( | const std::vector< SimTrack > & | simTracks, |
const std::vector< SimVertex > & | simVertices | ||
) |
Definition at line 24 of file PizeroMCTruthFinder.cc.
References funct::abs(), gather_cfg::cout, fill(), PhotonMCTruthFinder::find(), SimVertex::parentIndex(), CoreSimVertex::position(), query::result, mathSSE::sqrt(), and thePhotonMCTruthFinder_.
Referenced by MCPizeroAnalyzer::analyze().
|
private |
Definition at line 30 of file PizeroMCTruthFinder.h.
Referenced by fill().
|
private |
Definition at line 32 of file PizeroMCTruthFinder.h.
Referenced by PizeroMCTruthFinder(), and ~PizeroMCTruthFinder().
|
private |
Definition at line 31 of file PizeroMCTruthFinder.h.
Referenced by find(), PizeroMCTruthFinder(), and ~PizeroMCTruthFinder().