#include <PizeroMCTruth.h>
Public Member Functions | |
CLHEP::HepLorentzVector | fourMomentum () const |
std::vector< PhotonMCTruth > | photons () const |
PizeroMCTruth () | |
PizeroMCTruth (const CLHEP::HepLorentzVector &pizMom, std::vector< PhotonMCTruth > &photons, const CLHEP::HepLorentzVector &pV) | |
CLHEP::HepLorentzVector | primaryVertex () const |
Private Attributes | |
std::vector< PhotonMCTruth > | thePhotons_ |
CLHEP::HepLorentzVector | thePizero_ |
CLHEP::HepLorentzVector | thePrimaryVertex_ |
This class stores all the MC truth information needed about the pi0
Definition at line 22 of file PizeroMCTruth.h.
PizeroMCTruth::PizeroMCTruth | ( | ) |
Definition at line 8 of file PizeroMCTruth.cc.
PizeroMCTruth::PizeroMCTruth | ( | const CLHEP::HepLorentzVector & | pizMom, |
std::vector< PhotonMCTruth > & | photons, | ||
const CLHEP::HepLorentzVector & | pV | ||
) |
Definition at line 13 of file PizeroMCTruth.cc.
|
inline |
|
inline |
|
inline |
Definition at line 33 of file PizeroMCTruth.h.
References thePrimaryVertex_.
|
private |
Definition at line 40 of file PizeroMCTruth.h.
Referenced by photons().
|
private |
Definition at line 39 of file PizeroMCTruth.h.
Referenced by fourMomentum().
|
private |
Definition at line 41 of file PizeroMCTruth.h.
Referenced by primaryVertex().