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
// Collaborating Class Declarations --
18
//------------------------------------
19
class
BPHDecayVertex
;
20
21
//---------------
22
// C++ Headers --
23
//---------------
24
25
// ---------------------
26
// -- Class Interface --
27
// ---------------------
28
29
class
BPHVertexSelect
{
30
public
:
33
BPHVertexSelect
() {}
34
35
// deleted copy constructor and assignment operator
36
BPHVertexSelect
(
const
BPHVertexSelect
&
x
) =
delete
;
37
BPHVertexSelect
&
operator=
(
const
BPHVertexSelect
&
x
) =
delete
;
38
41
virtual
~BPHVertexSelect
() {}
42
43
using
AcceptArg
=
BPHDecayVertex
;
44
47
virtual
bool
accept
(
const
BPHDecayVertex
&
cand
)
const
= 0;
49
};
50
51
#endif
DDAxes::x
BPHVertexSelect::~BPHVertexSelect
virtual ~BPHVertexSelect()
Definition:
BPHVertexSelect.h:41
BPHVertexSelect::operator=
BPHVertexSelect & operator=(const BPHVertexSelect &x)=delete
BPHDecayVertex
Definition:
BPHDecayVertex.h:43
cand
Definition:
decayParser.h:34
BPHVertexSelect
Definition:
BPHVertexSelect.h:29
BPHVertexSelect::BPHVertexSelect
BPHVertexSelect()
Definition:
BPHVertexSelect.h:33
BPHVertexSelect::accept
virtual bool accept(const BPHDecayVertex &cand) const =0
accept function
Generated for CMSSW Reference Manual by
1.8.16