Main Page
Namespaces
Classes
Package Documentation
DataFormats
L1TCalorimeter
interface
CaloEmCand.h
Go to the documentation of this file.
1
#ifndef DataFormats_L1Trigger_CaloEmCand_h
2
#define DataFormats_L1Trigger_CaloEmCand_h
3
4
#include "
DataFormats/L1Trigger/interface/L1Candidate.h
"
5
6
namespace
l1t
{
7
8
class
CaloEmCand
:
public
L1Candidate
{
9
10
public
:
11
CaloEmCand
(){}
12
CaloEmCand
(
const
LorentzVector
&
p4
,
13
int
pt
=0,
14
int
eta
=0,
15
int
phi
=0,
16
int
qual=0
17
);
18
19
~CaloEmCand
()
override
;
20
21
private
:
22
//
23
24
};
25
26
typedef
BXVector<CaloEmCand>
CaloEmCandBxCollection
;
27
28
}
29
30
#endif
reco::LeafCandidate::eta
double eta() const final
momentum pseudorapidity
Definition:
LeafCandidate.h:137
reco::LeafCandidate::pt
double pt() const final
transverse momentum
Definition:
LeafCandidate.h:131
l1t
delete x;
Definition:
CaloConfig.h:22
l1t::CaloEmCandBxCollection
BXVector< CaloEmCand > CaloEmCandBxCollection
Definition:
CaloEmCand.h:26
l1t::L1Candidate
Definition:
L1Candidate.h:16
reco::LeafCandidate::p4
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition:
LeafCandidate.h:99
l1t::CaloEmCand
Definition:
CaloEmCand.h:8
L1Candidate.h
l1t::CaloEmCand::~CaloEmCand
~CaloEmCand() override
Definition:
CaloEmCand.cc:14
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition:
Candidate.h:37
BXVector< CaloEmCand >
reco::LeafCandidate::phi
double phi() const final
momentum azimuthal angle
Definition:
LeafCandidate.h:133
l1t::CaloEmCand::CaloEmCand
CaloEmCand()
Definition:
CaloEmCand.h:11
Generated for CMSSW Reference Manual by
1.8.11