CMS 3D CMS Logo

PizeroMCTruth.cc
Go to the documentation of this file.
4 
5 
6 #include <iostream>
7 
9 
10 }
11 
12 
13 PizeroMCTruth::PizeroMCTruth( const CLHEP::HepLorentzVector& pizeroFourMomentum,
14  std::vector<PhotonMCTruth>& photons,
15  const CLHEP::HepLorentzVector& pV):
16 
17  thePizero_(pizeroFourMomentum), thePhotons_(photons), thePrimaryVertex_(pV) {}
18 
19 
20 
21 
22 
std::vector< PhotonMCTruth > thePhotons_
Definition: PizeroMCTruth.h:39
std::vector< PhotonMCTruth > photons() const
Definition: PizeroMCTruth.h:33
CLHEP::HepLorentzVector thePrimaryVertex_
Definition: PizeroMCTruth.h:40
CLHEP::HepLorentzVector thePizero_
Definition: PizeroMCTruth.h:38