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
HeavyFlavorAnalysis
SpecificDecay
interface
BPHMuonPtSelect.h
Go to the documentation of this file.
1
#ifndef HeavyFlavorAnalysis_SpecificDecay_BPHMuonPtSelect_h
2
#define HeavyFlavorAnalysis_SpecificDecay_BPHMuonPtSelect_h
3
12
//----------------------
13
// Base Class Headers --
14
//----------------------
15
#include "
HeavyFlavorAnalysis/SpecificDecay/interface/BPHParticlePtSelect.h
"
16
17
//------------------------------------
18
// Collaborating Class Declarations --
19
//------------------------------------
20
#include "
DataFormats/PatCandidates/interface/Muon.h
"
21
22
//---------------
23
// C++ Headers --
24
//---------------
25
26
// ---------------------
27
// -- Class Interface --
28
// ---------------------
29
30
class
BPHMuonPtSelect
:
public
BPHParticlePtSelect
{
31
public
:
34
BPHMuonPtSelect
(
double
pt
) :
BPHParticlePtSelect
(
pt
) {}
35
36
// deleted copy constructor and assignment operator
37
BPHMuonPtSelect
(
const
BPHMuonPtSelect
&
x
) =
delete
;
38
BPHMuonPtSelect
&
operator=
(
const
BPHMuonPtSelect
&
x
) =
delete
;
39
42
~BPHMuonPtSelect
()
override
{}
43
46
bool
accept
(
const
reco::Candidate
&
cand
)
const override
{
48
if
(dynamic_cast<const pat::Muon*>(&
cand
) ==
nullptr
)
49
return
false
;
50
return
BPHParticlePtSelect::accept
(
cand
);
51
}
52
};
53
54
#endif
BPHMuonPtSelect::accept
bool accept(const reco::Candidate &cand) const override
select muon
Definition:
BPHMuonPtSelect.h:47
DiDispStaMuonMonitor_cfi.pt
pt
Definition:
DiDispStaMuonMonitor_cfi.py:39
Muon.h
DDAxes::x
BPHParticlePtSelect::accept
bool accept(const reco::Candidate &cand) const override
select particle
Definition:
BPHParticlePtSelect.h:47
BPHParticlePtSelect.h
BPHParticlePtSelect
Definition:
BPHParticlePtSelect.h:30
BPHMuonPtSelect::BPHMuonPtSelect
BPHMuonPtSelect(double pt)
Definition:
BPHMuonPtSelect.h:34
cand
Definition:
decayParser.h:32
BPHMuonPtSelect
Definition:
BPHMuonPtSelect.h:30
reco::Candidate
Definition:
Candidate.h:27
BPHMuonPtSelect::operator=
BPHMuonPtSelect & operator=(const BPHMuonPtSelect &x)=delete
BPHMuonPtSelect::~BPHMuonPtSelect
~BPHMuonPtSelect() override
Definition:
BPHMuonPtSelect.h:42
Generated for CMSSW Reference Manual by
1.8.16