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
// Collaborating Class Declarations --
18
//------------------------------------
19
class
BPHRecoBuilder
;
20
21
namespace
reco
{
22
class
Candidate
;
23
}
24
25
//---------------
26
// C++ Headers --
27
//---------------
28
#include <string>
29
30
// ---------------------
31
// -- Class Interface --
32
// ---------------------
33
34
class
BPHRecoSelect
{
35
public
:
38
BPHRecoSelect
();
39
42
virtual
~
BPHRecoSelect
();
43
44
using
AcceptArg
=
reco::Candidate
;
47
virtual
bool
accept
(
const
reco::Candidate
&
cand
)
const
;
52
virtual
bool
accept
(
const
reco::Candidate
&
cand
,
const
BPHRecoBuilder
*
build
)
const
;
53
54
protected
:
55
// function to get other particles pointers
56
const
reco::Candidate
*
get
(
const
std::string
&
name
,
const
BPHRecoBuilder
*
build
)
const
;
57
58
private
:
59
// private copy and assigment constructors
60
BPHRecoSelect
(
const
BPHRecoSelect
& x) =
delete
;
61
BPHRecoSelect
& operator=(
const
BPHRecoSelect
& x) =
delete
;
62
};
63
64
#endif
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:34
configurableAnalysis::Candidate
char Candidate[]
Definition:
modules.cc:20
newFWLiteAna.build
build
Definition:
newFWLiteAna.py:126
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
cand
Definition:
decayParser.h:34
BPHRecoBuilder
Definition:
BPHRecoBuilder.h:50
Skims_PA_cff.name
name
Definition:
Skims_PA_cff.py:17
Generated for CMSSW Reference Manual by
1.8.11