CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1Candidate.cc
Go to the documentation of this file.
1 
3 
4 l1t::L1Candidate::L1Candidate():hwPt_(0),hwEta_(0),hwPhi_(0),hwQual_(0),hwIso_(0){}
5 
6 
8  int pt,
9  int eta,
10  int phi,
11  int qual,
12  int iso )
13  : LeafCandidate( ( char ) 0, p4 ),
14  hwPt_(pt),
15  hwEta_(eta),
16  hwPhi_(phi),
17  hwQual_(qual),
18  hwIso_(iso)
19 {
20 
21 }
22 
24  int pt,
25  int eta,
26  int phi,
27  int qual,
28  int iso )
29  : LeafCandidate( ( char ) 0, p4 ),
30  hwPt_(pt),
31  hwEta_(eta),
32  hwPhi_(phi),
33  hwQual_(qual),
34  hwIso_(iso)
35 {
36 
37 }
38 
40 {
41 
42 }
43 
45 {
46  hwPt_ = pt;
47 }
48 
50 {
51  hwEta_ = eta;
52 }
53 
55 {
56  hwPhi_ = phi;
57 }
58 
60 {
61  hwIso_ = iso;
62 }
63 
65 {
66  hwQual_ = qual;
67 }
68 
70 {
71  return hwPt_;
72 }
73 
75 {
76  return hwEta_;
77 }
78 
80 {
81  return hwPhi_;
82 }
83 
85 {
86  return hwIso_;
87 }
88 
90 {
91  return hwQual_;
92 }
93 
94 
95 
void setHwQual(int qual)
Definition: L1Candidate.cc:64
int hwPhi() const
Definition: L1Candidate.cc:79
T eta() const
int hwIso() const
Definition: L1Candidate.cc:84
double p4[4]
Definition: TauolaWrapper.h:92
int hwEta() const
Definition: L1Candidate.cc:74
int hwQual() const
Definition: L1Candidate.cc:89
void setHwPhi(int phi)
Definition: L1Candidate.cc:54
void setHwIso(int iso)
Definition: L1Candidate.cc:59
int hwPt() const
Definition: L1Candidate.cc:69
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:41
void setHwPt(int pt)
Definition: L1Candidate.cc:44
void setHwEta(int eta)
Definition: L1Candidate.cc:49
Definition: DDAxes.h:10
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
Definition: Candidate.h:43