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
n
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
c
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
src
HeavyFlavorAnalysis
SpecificDecay
interface
BPHParticleNeutralVeto.h
Go to the documentation of this file.
1
#ifndef HeavyFlavorAnalysis_SpecificDecay_BPHParticleNeutralVeto_h
2
#define HeavyFlavorAnalysis_SpecificDecay_BPHParticleNeutralVeto_h
3
12
//----------------------
13
// Base Class Headers --
14
//----------------------
15
#include "
HeavyFlavorAnalysis/RecoDecay/interface/BPHRecoSelect.h
"
16
17
//------------------------------------
18
// Collaborating Class Declarations --
19
//------------------------------------
20
#include "
DataFormats/RecoCandidate/interface/RecoCandidate.h
"
21
22
//---------------
23
// C++ Headers --
24
//---------------
25
26
// ---------------------
27
// -- Class Interface --
28
// ---------------------
29
30
class
BPHParticleNeutralVeto
:
public
BPHRecoSelect
{
31
public
:
34
BPHParticleNeutralVeto
() {}
35
36
// deleted copy constructor and assignment operator
37
BPHParticleNeutralVeto
(
const
BPHParticleNeutralVeto
&
x
) =
delete
;
38
BPHParticleNeutralVeto
&
operator=
(
const
BPHParticleNeutralVeto
&
x
) =
delete
;
39
42
~BPHParticleNeutralVeto
()
override
=
default
;
43
46
bool
accept
(
const
reco::Candidate
&
cand
)
const override
{
return
(
cand
.charge() != 0); }
48
};
49
50
#endif
BPHParticleNeutralVeto::accept
bool accept(const reco::Candidate &cand) const override
select charged particles
Definition:
BPHParticleNeutralVeto.h:47
reco::Candidate
Definition:
Candidate.h:27
BPHParticleNeutralVeto
Definition:
BPHParticleNeutralVeto.h:30
BPHParticleNeutralVeto::operator=
BPHParticleNeutralVeto & operator=(const BPHParticleNeutralVeto &x)=delete
BPHParticleNeutralVeto::BPHParticleNeutralVeto
BPHParticleNeutralVeto()
Definition:
BPHParticleNeutralVeto.h:34
BPHRecoSelect
Definition:
BPHRecoSelect.h:34
BPHRecoSelect.h
cand
Definition:
decayParser.h:32
DDAxes::x
BPHParticleNeutralVeto::~BPHParticleNeutralVeto
~BPHParticleNeutralVeto() override=default
RecoCandidate.h
Generated for CMSSW Reference Manual by
1.8.14