test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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