CMS 3D CMS Logo

ElectronMCTruth.cc
Go to the documentation of this file.
2 
3 #include <iostream>
4 
6 
7 ElectronMCTruth::ElectronMCTruth(CLHEP::HepLorentzVector& v,
8  int vertIndex,
9  std::vector<CLHEP::Hep3Vector>& bremPos,
10  std::vector<CLHEP::HepLorentzVector>& pBrem,
11  std::vector<float>& xBrem,
12  CLHEP::HepLorentzVector& pV,
13  SimTrack& eTrack)
14  :
15 
16  theElectron_(v),
17  theVertexIndex_(vertIndex),
18  theBremPosition_(bremPos),
19  theBremMomentum_(pBrem),
20  theELoss_(xBrem),
21  thePrimaryVertex_(pV),
22  eTrack_(eTrack) {}