DataFormats
L1TCorrelator
src
TkEm.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: L1Trigger
4
// Class : TkEm
5
//
6
7
#include "
DataFormats/L1TCorrelator/interface/TkEm.h
"
8
9
using namespace
l1t
;
10
11
TkEm::TkEm
() {}
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) {}
edm::Ref
Definition:
AssociativeIterator.h:58
l1t
delete x;
Definition:
CaloConfig.h:22
TkEm.h
l1t::TkEm
Definition:
TkEm.h:19
l1t::L1Candidate
Definition:
L1Candidate.h:15
l1t::TkEm::TkEm
TkEm()
Definition:
TkEm.cc:11
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition:
Candidate.h:36
Generated for CMSSW Reference Manual by
1.8.14