Go to the documentation of this file.00001 #include "Validation/EcalClusters/interface/EcalSimPhotonMCTruth.h"
00002
00003 #include <iostream>
00004
00005 EcalSimPhotonMCTruth::EcalSimPhotonMCTruth(int isAConversion,math::XYZTLorentzVectorD v, float rconv, float zconv,
00006 math::XYZTLorentzVectorD convVertex,
00007 math::XYZTLorentzVectorD pV, std::vector<const SimTrack *> tracks ) :
00008 isAConversion_(isAConversion),
00009 thePhoton_(v), theR_(rconv), theZ_(zconv), theConvVertex_(convVertex),
00010 thePrimaryVertex_(pV), tracks_(tracks) {
00011 }
00012
00013
00014
00015