#include <PizeroMCTruthFinder.h>
Public Member Functions | |
std::vector< PizeroMCTruth > | find (std::vector< SimTrack > simTracks, std::vector< SimVertex > simVertices) |
PizeroMCTruthFinder () | |
virtual | ~PizeroMCTruthFinder () |
Private Member Functions | |
void | fill (std::vector< SimTrack > &theSimTracks, 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 | ( | std::vector< SimTrack > | simTracks, |
std::vector< SimVertex > | simVertices | ||
) |
Definition at line 24 of file PizeroMCTruthFinder.cc.
References abs, gather_cfg::cout, fill(), PhotonMCTruthFinder::find(), SimVertex::parentIndex(), CoreSimVertex::position(), query::result, mathSSE::sqrt(), and thePhotonMCTruthFinder_.
Referenced by BeautifulSoup.Tag::_invert(), MCPizeroAnalyzer::analyze(), and BeautifulSoup.PageElement::insert().
|
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().