#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 15 of file PizeroMCTruthFinder.h.
PizeroMCTruthFinder::PizeroMCTruthFinder | ( | ) |
Definition at line 7 of file PizeroMCTruthFinder.cc.
References theElectronMCTruthFinder_, and thePhotonMCTruthFinder_.
|
virtual |
Definition at line 12 of file PizeroMCTruthFinder.cc.
References gather_cfg::cout, theElectronMCTruthFinder_, and thePhotonMCTruthFinder_.
|
private |
Definition at line 160 of file PizeroMCTruthFinder.cc.
References gather_cfg::cout, geantToIndex_, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, L1TkPrimaryVertex_cfi::nVtx, TrackCandidateProducer_cfi::simTracks, and HGCalValidator_cfi::simVertices.
Referenced by find().
std::vector< PizeroMCTruth > PizeroMCTruthFinder::find | ( | const std::vector< SimTrack > & | simTracks, |
const std::vector< SimVertex > & | simVertices | ||
) |
Definition at line 18 of file PizeroMCTruthFinder.cc.
References funct::abs(), gather_cfg::cout, fill(), PhotonMCTruthFinder::find(), SimVertex::parentIndex(), CoreSimVertex::position(), mps_fire::result, mathSSE::sqrt(), thePhotonMCTruthFinder_, and bphysicsOniaDQM_cfi::vertex.
|
private |
Definition at line 26 of file PizeroMCTruthFinder.h.
Referenced by fill().
|
private |
Definition at line 28 of file PizeroMCTruthFinder.h.
Referenced by PizeroMCTruthFinder(), and ~PizeroMCTruthFinder().
|
private |
Definition at line 27 of file PizeroMCTruthFinder.h.
Referenced by find(), PizeroMCTruthFinder(), and ~PizeroMCTruthFinder().