Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
L1Trigger
src
EtSum.cc
Go to the documentation of this file.
1
#include "
DataFormats/L1Trigger/interface/EtSum.h
"
2
3
l1t::EtSum::EtSum
(
const
LorentzVector
&
p4
,
4
EtSumType
type
,
5
int
pt
,
6
int
eta
,
7
int
phi
,
8
int
qual)
9
:
L1Candidate
(p4, pt, eta, phi, qual, 0),
10
type_(type)
11
{
12
13
}
14
15
l1t::EtSum::EtSum
(
const
PolarLorentzVector
&
p4
,
16
EtSumType
type
,
17
int
pt
,
18
int
eta
,
19
int
phi
,
20
int
qual)
21
:
L1Candidate
(p4, pt, eta, phi, qual, 0),
22
type_(type)
23
{
24
25
}
26
27
l1t::EtSum::~EtSum
()
28
{
29
30
}
31
32
void
l1t::EtSum::setType
(
EtSumType
type
)
33
{
34
type_ =
type
;
35
}
36
37
l1t::EtSum::EtSumType
l1t::EtSum::getType
()
const
38
{
39
return
type_;
40
}
type
type
Definition:
HCALResponse.h:21
l1t::EtSum::~EtSum
~EtSum()
Definition:
EtSum.cc:27
l1t::EtSum::setType
void setType(EtSumType type)
Definition:
EtSum.cc:32
DDAxes::phi
p4
double p4[4]
Definition:
TauolaWrapper.h:92
l1t::L1Candidate
Definition:
L1Candidate.h:13
l1t::EtSum::EtSum
EtSum()
Definition:
EtSum.h:28
eta
Definition:
HIMultiTrackSelector.h:42
EnergyCorrector.pt
int pt
Definition:
EnergyCorrector.py:45
EtSum.h
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition:
Candidate.h:37
phi
Geom::Phi< T > phi() const
Definition:
Basic3DVectorLD.h:163
l1t::EtSum::getType
EtSumType getType() const
Definition:
EtSum.cc:37
l1t::EtSum::EtSumType
EtSumType
Definition:
EtSum.h:17
reco::Candidate::PolarLorentzVector
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
Definition:
Candidate.h:39
Generated for CMSSW Reference Manual by
1.8.5