CMS 3D CMS Logo

EcalSimPhotonMCTruth.cc
Go to the documentation of this file.
2 
3 #include <iostream>
4 
7  float rconv,
8  float zconv,
9  const math::XYZTLorentzVectorD &convVertex,
10  const math::XYZTLorentzVectorD &pV,
11  const std::vector<const SimTrack *> &tracks)
12  : isAConversion_(isAConversion),
13  thePhoton_(v),
14  theR_(rconv),
15  theZ_(zconv),
16  theConvVertex_(convVertex),
17  thePrimaryVertex_(pV),
18  tracks_(tracks) {}
ROOT::Math::LorentzVector< ROOT::Math::PxPyPzE4D< double > > XYZTLorentzVectorD
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition: LorentzVector.h:14