Main Page
Namespaces
Classes
Package Documentation
HeavyFlavorAnalysis
RecoDecay
interface
BPHVertexSelect.h
Go to the documentation of this file.
1
#ifndef HeavyFlavorAnalysis_RecoDecay_BPHVertexSelect_h
2
#define HeavyFlavorAnalysis_RecoDecay_BPHVertexSelect_h
3
12
//----------------------
13
// Base Class Headers --
14
//----------------------
15
16
17
//------------------------------------
18
// Collaborating Class Declarations --
19
//------------------------------------
20
class
BPHDecayVertex
;
21
22
//---------------
23
// C++ Headers --
24
//---------------
25
26
27
// ---------------------
28
// -- Class Interface --
29
// ---------------------
30
31
class
BPHVertexSelect
{
32
33
public
:
34
37
BPHVertexSelect
();
38
41
virtual
~BPHVertexSelect
();
42
45
virtual
bool
accept
(
const
BPHDecayVertex
&
cand
)
const
= 0;
47
48
private
:
49
50
// private copy and assigment constructors
51
BPHVertexSelect
(
const
BPHVertexSelect
&
x
);
52
BPHVertexSelect
&
operator=
(
const
BPHVertexSelect
& x );
53
54
};
55
56
57
#endif
58
BPHDecayVertex
Definition:
BPHDecayVertex.h:42
BPHVertexSelect::~BPHVertexSelect
virtual ~BPHVertexSelect()
Definition:
BPHVertexSelect.cc:37
BPHVertexSelect::accept
virtual bool accept(const BPHDecayVertex &cand) const =0
accept function
BPHVertexSelect::operator=
BPHVertexSelect & operator=(const BPHVertexSelect &x)
BPHVertexSelect
Definition:
BPHVertexSelect.h:31
BPHVertexSelect::BPHVertexSelect
BPHVertexSelect()
Definition:
BPHVertexSelect.cc:31
cand
Definition:
decayParser.h:34
DDAxes::x
Generated for CMSSW Reference Manual by
1.8.11