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
:
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
Generated for CMSSW Reference Manual by
1.8.16