Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DataFormats
L1TCorrelator
interface
TkBsCandidate.h
Go to the documentation of this file.
1
#ifndef DataFormatsL1TCorrelator_TkBsCandidate_h
2
#define DataFormatsL1TCorrelator_TkBsCandidate_h
3
4
// -*- C++ -*-
5
//
6
// Package: DataFormats/L1TCorrelator
7
// Class: TkBsCandidate
8
//
9
10
#include "
DataFormats/Common/interface/Ref.h
"
11
#include "
DataFormats/Common/interface/Ptr.h
"
12
13
#include "
DataFormats/L1Trigger/interface/L1Candidate.h
"
14
#include "
DataFormats/L1TCorrelator/interface/TkPhiCandidate.h
"
15
#include "
DataFormats/L1TCorrelator/interface/TkPhiCandidateFwd.h
"
16
#include "
DataFormats/L1TrackTrigger/interface/TTTypes.h
"
17
18
namespace
l1t
{
19
class
TkBsCandidate
:
public
L1Candidate
{
20
public
:
21
TkBsCandidate
();
22
TkBsCandidate
(
const
LorentzVector
&
p4
,
TkPhiCandidate
cand1,
TkPhiCandidate
cand2);
23
24
// ---------- const member functions ---------------------
25
const
TkPhiCandidate
&
phiCandidate
(
size_t
i
)
const
{
return
phiCandList_
.at(
i
); }
26
27
// ---------- member functions ---------------------------
28
29
// deltaR between track pair
30
double
dRPhiPair
()
const
;
31
32
// position difference between track pair
33
double
dxyPhiPair
()
const
;
34
double
dzPhiPair
()
const
;
35
36
private
:
37
TkPhiCandidateCollection
phiCandList_
;
38
};
39
}
// namespace l1t
40
#endif
l1t::TkPhiCandidate
Definition:
TkPhiCandidate.h:18
l1t::TkBsCandidate::dxyPhiPair
double dxyPhiPair() const
Definition:
TkBsCandidate.cc:25
mps_fire.i
i
Definition:
mps_fire.py:428
TTTypes.h
TkPhiCandidateFwd.h
l1t::L1Candidate
Definition:
L1Candidate.h:15
l1t::TkBsCandidate::phiCandidate
const TkPhiCandidate & phiCandidate(size_t i) const
Definition:
TkBsCandidate.h:25
l1t
delete x;
Definition:
CaloConfig.h:22
Ptr.h
l1t::TkBsCandidate
Definition:
TkBsCandidate.h:19
reco::LeafCandidate::p4
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition:
LeafCandidate.h:114
L1Candidate.h
l1t::TkBsCandidate::dRPhiPair
double dRPhiPair() const
Definition:
TkBsCandidate.cc:19
l1t::TkBsCandidate::TkBsCandidate
TkBsCandidate()
Definition:
TkBsCandidate.cc:14
Ref.h
l1t::TkBsCandidate::phiCandList_
TkPhiCandidateCollection phiCandList_
Definition:
TkBsCandidate.h:37
l1t::TkBsCandidate::dzPhiPair
double dzPhiPair() const
Definition:
TkBsCandidate.cc:30
l1t::TkPhiCandidateCollection
std::vector< TkPhiCandidate > TkPhiCandidateCollection
Definition:
TkPhiCandidateFwd.h:17
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition:
Candidate.h:36
TkPhiCandidate.h
Generated for CMSSW Reference Manual by
1.8.16