Main Page
Namespaces
Classes
Package Documentation
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
16
17
//------------------------------------
18
// Collaborating Class Declarations --
19
//------------------------------------
20
class
BPHRecoBuilder
;
21
22
namespace
reco
{
23
class
Candidate
;
24
}
25
26
//---------------
27
// C++ Headers --
28
//---------------
29
#include <string>
30
31
// ---------------------
32
// -- Class Interface --
33
// ---------------------
34
35
class
BPHRecoSelect
{
36
37
public
:
38
41
BPHRecoSelect
();
42
45
virtual
~
BPHRecoSelect
();
46
47
using
AcceptArg
=
reco::Candidate
;
50
virtual
bool
accept
(
const
reco::Candidate
&
cand
)
const
;
55
virtual
bool
accept
(
const
reco::Candidate
&
cand
,
56
const
BPHRecoBuilder
* build )
const
;
57
58
protected
:
59
60
// function to get other particles pointers
61
const
reco::Candidate
*
get
(
const
std::string
&
name
,
62
const
BPHRecoBuilder
* build )
const
;
63
64
private
:
65
66
// private copy and assigment constructors
67
BPHRecoSelect
(
const
BPHRecoSelect
& x ) =
delete
;
68
BPHRecoSelect
& operator=(
const
BPHRecoSelect
& x ) =
delete
;
69
70
};
71
72
73
#endif
74
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
reco::Candidate
Definition:
Candidate.h:28
accept
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
Definition:
TopDQMHelpers.h:30
BPHRecoSelect
Definition:
BPHRecoSelect.h:35
configurableAnalysis::Candidate
char Candidate[]
Definition:
modules.cc:22
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:44
cand
Definition:
decayParser.h:34
BPHRecoBuilder
Definition:
BPHRecoBuilder.h:51
dataset.name
name
Definition:
dataset.py:45
Generated for CMSSW Reference Manual by
1.8.11