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  : L1Candidate(p4), egRef_(egRef), trkIsol_(tkisol), trkIsolPV_(-999) {}
15 
16 TkEm::TkEm(const LorentzVector& p4, const edm::Ref<EGammaBxCollection>& egRef, float tkisol, float tkisolPV)
17  : L1Candidate(p4), egRef_(egRef), trkIsol_(tkisol), trkIsolPV_(tkisolPV) {}
edm::Ref
Definition: AssociativeIterator.h:58
l1t::L1Candidate
Definition: L1Candidate.h:15
l1t::TkEm::TkEm
TkEm()
Definition: TkEm.cc:11
l1t
delete x;
Definition: CaloConfig.h:22
p4
double p4[4]
Definition: TauolaWrapper.h:92
TkEm.h
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:36