CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/RecoEgamma/EgammaMCTools/src/PizeroMCTruth.cc

Go to the documentation of this file.
00001 #include "RecoEgamma/EgammaMCTools/interface/PizeroMCTruth.h"
00002 #include "RecoEgamma/EgammaMCTools/interface/PhotonMCTruth.h"
00003 #include "RecoEgamma/EgammaMCTools/interface/ElectronMCTruth.h"
00004 
00005 
00006 #include <iostream>
00007 
00008 PizeroMCTruth::PizeroMCTruth() {
00009 
00010 }
00011 
00012 
00013 PizeroMCTruth::PizeroMCTruth( const CLHEP::HepLorentzVector& pizeroFourMomentum, 
00014                               std::vector<PhotonMCTruth>& photons,
00015                               const CLHEP::HepLorentzVector& pV):  
00016                               
00017   thePizero_(pizeroFourMomentum), thePhotons_(photons), thePrimaryVertex_(pV) {}
00018 
00019 
00020 
00021 
00022