CMS 3D CMS Logo

TkEm.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: L1Trigger
4 // Class : TkEm
5 //
6 
8 
9 using namespace l1t;
10 
12 
13 TkEm::TkEm(const LorentzVector& p4, const edm::Ref<EGammaBxCollection>& egRef, float tkisol)
14  : TkEm(p4, egRef, tkisol, -999) {}
15 
16 TkEm::TkEm(const LorentzVector& p4, const edm::Ref<EGammaBxCollection>& egRef, float tkisol, float tkisolPV)
17  : L1Candidate(p4),
18  egRef_(egRef),
19  trkIsol_(tkisol),
20  trkIsolPV_(tkisolPV),
21  pfIsol_(-999),
22  pfIsolPV_(-999),
23  puppiIsol_(-999),
24  puppiIsolPV_(-999),
25  egBinaryWord0_(0),
26  egBinaryWord1_(0),
27  egBinaryWord2_(0) {}
delete x;
Definition: CaloConfig.h:22
Definition: TkEm.h:20
TkEm()
Definition: TkEm.cc:11
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:36