src
HeavyFlavorAnalysis
RecoDecay
interface
BPHRecoSelect.h
Go to the documentation of this file.
1
#ifndef HeavyFlavorAnalysis_RecoDecay_BPHRecoSelect_h
2
#define HeavyFlavorAnalysis_RecoDecay_BPHRecoSelect_h
3
12
//----------------------
13
// Base Class Headers --
14
//----------------------
15
#include "
HeavyFlavorAnalysis/RecoDecay/interface/BPHRecoBuilder.h
"
16
17
//------------------------------------
18
// Collaborating Class Declarations --
19
//------------------------------------
20
namespace
reco
{
21
class
Candidate
;
22
}
23
24
//---------------
25
// C++ Headers --
26
//---------------
27
#include <string>
28
#include <map>
29
30
// ---------------------
31
// -- Class Interface --
32
// ---------------------
33
34
class
BPHRecoSelect
{
35
public
:
38
BPHRecoSelect
() {}
39
40
// deleted copy constructor and assignment operator
41
BPHRecoSelect
(
const
BPHRecoSelect
&
x
) =
delete
;
42
BPHRecoSelect
&
operator=
(
const
BPHRecoSelect
&
x
) =
delete
;
43
46
virtual
~BPHRecoSelect
() =
default
;
47
48
using
AcceptArg
=
reco::Candidate
;
49
52
virtual
bool
accept
(
const
reco::Candidate
&
cand
)
const
= 0;
57
virtual
bool
accept
(
const
reco::Candidate
&
cand
,
const
BPHRecoBuilder
* builder)
const
{
return
accept
(
cand
); }
58
};
59
60
#endif
reco::Candidate
Definition:
Candidate.h:27
BPHRecoSelect
Definition:
BPHRecoSelect.h:34
BPHRecoSelect::accept
virtual bool accept(const reco::Candidate &cand, const BPHRecoBuilder *builder) const
Definition:
BPHRecoSelect.h:57
configurableAnalysis::Candidate
char Candidate[]
Definition:
modules.cc:20
BPHRecoBuilder.h
BPHRecoSelect::~BPHRecoSelect
virtual ~BPHRecoSelect()=default
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
BPHRecoSelect::accept
virtual bool accept(const reco::Candidate &cand) const =0
cand
Definition:
decayParser.h:32
BPHRecoBuilder
Definition:
BPHRecoBuilder.h:47
BPHRecoSelect::BPHRecoSelect
BPHRecoSelect()
Definition:
BPHRecoSelect.h:38
DDAxes::x
BPHRecoSelect::operator=
BPHRecoSelect & operator=(const BPHRecoSelect &x)=delete
Generated for CMSSW Reference Manual by
1.8.14