9 CLHEP::HepLorentzVector phoMom,
13 CLHEP::HepLorentzVector mothMom,
14 CLHEP::HepLorentzVector mothVtx,
15 CLHEP::HepLorentzVector convVertex,
16 CLHEP::HepLorentzVector pV,
17 std::vector<ElectronMCTruth>&
electrons ) :
18 isAConversion_(isAConversion),
20 theVertexIndex_(vertIndex),
22 theMotherId_(motherId),
23 theMotherMom_(mothMom),
24 theMotherVtx_(mothVtx),
25 theConvVertex_(convVertex),
26 thePrimaryVertex_(pV),
27 theElectrons_(electrons) {