test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronMCTruth.cc
Go to the documentation of this file.
2 
3 #include <iostream>
4 
6 
7 }
8 
9 
10 ElectronMCTruth::ElectronMCTruth( CLHEP::HepLorentzVector& v,
11  int vertIndex,
12  std::vector<CLHEP::Hep3Vector>& bremPos,
13  std::vector<CLHEP::HepLorentzVector>& pBrem,
14  std::vector<float>& xBrem,
15  CLHEP::HepLorentzVector& pV,
16  SimTrack& eTrack ) :
17 
18  theElectron_(v),
19  theVertexIndex_(vertIndex),
20  theBremPosition_(bremPos),
21  theBremMomentum_(pBrem),
22  theELoss_(xBrem),
23  thePrimaryVertex_(pV),
24  eTrack_(eTrack)
25 {
26 
27 }
28 
29 
30 
31