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
RecoDecay
interface
BPHFitSelect.h
Go to the documentation of this file.
1
#ifndef HeavyFlavorAnalysis_RecoDecay_BPHFitSelect_h
2
#define HeavyFlavorAnalysis_RecoDecay_BPHFitSelect_h
3
12
//----------------------
13
// Base Class Headers --
14
//----------------------
15
16
//------------------------------------
17
// Collaborating Class Declarations --
18
//------------------------------------
19
class
BPHKinematicFit
;
20
21
//---------------
22
// C++ Headers --
23
//---------------
24
25
// ---------------------
26
// -- Class Interface --
27
// ---------------------
28
29
class
BPHFitSelect
{
30
public
:
33
BPHFitSelect
() {}
34
35
// deleted copy constructor and assignment operator
36
BPHFitSelect
(
const
BPHFitSelect
&
x
) =
delete
;
37
BPHFitSelect
&
operator=
(
const
BPHFitSelect
&
x
) =
delete
;
38
41
virtual
~BPHFitSelect
() {}
42
43
using
AcceptArg
=
BPHKinematicFit
;
44
47
virtual
bool
accept
(
const
BPHKinematicFit
&
cand
)
const
= 0;
49
};
50
51
#endif
BPHFitSelect::accept
virtual bool accept(const BPHKinematicFit &cand) const =0
accept function
BPHFitSelect
Definition:
BPHFitSelect.h:29
BPHFitSelect::BPHFitSelect
BPHFitSelect()
Definition:
BPHFitSelect.h:33
BPHFitSelect::~BPHFitSelect
virtual ~BPHFitSelect()
Definition:
BPHFitSelect.h:41
DDAxes::x
cand
Definition:
decayParser.h:32
BPHFitSelect::operator=
BPHFitSelect & operator=(const BPHFitSelect &x)=delete
BPHKinematicFit
Definition:
BPHKinematicFit.h:38
Generated for CMSSW Reference Manual by
1.8.16