Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
HLTrigger
btau
plugins
HLTDisplacedmumuVtxProducer.h
Go to the documentation of this file.
1
#ifndef HLTDisplacedmumuVtxProducer_h
2
#define HLTDisplacedmumuVtxProducer_h
3
16
#include "
FWCore/Framework/interface/global/EDProducer.h
"
17
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
18
#include "
FWCore/Framework/interface/Event.h
"
19
#include "
FWCore/Framework/interface/EventSetup.h
"
20
#include "
DataFormats/RecoCandidate/interface/RecoChargedCandidateFwd.h
"
21
#include "
DataFormats/TrackReco/interface/TrackFwd.h
"
22
#include "
DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h
"
23
#include "
DataFormats/HLTReco/interface/TriggerRefsCollections.h
"
24
#include <vector>
25
26
namespace
edm
{
27
class
ConfigurationDescriptions
;
28
}
29
30
class
HLTDisplacedmumuVtxProducer
:
public
edm::global::EDProducer
<> {
31
public
:
32
explicit
HLTDisplacedmumuVtxProducer
(
const
edm::ParameterSet
&);
33
~HLTDisplacedmumuVtxProducer
()
override
;
34
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
35
void
produce
(
edm::StreamID
,
edm::Event
&,
const
edm::EventSetup
&)
const override
;
36
37
private
:
38
bool
checkPreviousCand
(
const
reco::TrackRef
& trackref,
const
std::vector<reco::RecoChargedCandidateRef>& ref2)
const
;
39
40
const
edm::InputTag
srcTag_
;
41
const
edm::EDGetTokenT<reco::RecoChargedCandidateCollection>
srcToken_
;
42
const
edm::InputTag
previousCandTag_
;
43
const
edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs>
previousCandToken_
;
44
const
bool
matchToPrevious_
;
45
const
double
maxEta_
;
46
const
double
minPt_
;
47
const
double
minPtPair_
;
48
const
double
minInvMass_
;
49
const
double
maxInvMass_
;
50
const
int
chargeOpt_
;
51
};
52
53
#endif
edm::StreamID
Definition:
StreamID.h:30
HLTDisplacedmumuVtxProducer::srcTag_
const edm::InputTag srcTag_
Definition:
HLTDisplacedmumuVtxProducer.h:40
edm::EDGetTokenT< reco::RecoChargedCandidateCollection >
edm
HLT enums.
Definition:
AlignableModifier.h:19
HLTDisplacedmumuVtxProducer::minPtPair_
const double minPtPair_
Definition:
HLTDisplacedmumuVtxProducer.h:47
HLTDisplacedmumuVtxProducer::maxInvMass_
const double maxInvMass_
Definition:
HLTDisplacedmumuVtxProducer.h:49
TriggerFilterObjectWithRefs.h
edm::Ref< TrackCollection >
HLTDisplacedmumuVtxProducer::srcToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_
Definition:
HLTDisplacedmumuVtxProducer.h:41
HLTDisplacedmumuVtxProducer::previousCandTag_
const edm::InputTag previousCandTag_
Definition:
HLTDisplacedmumuVtxProducer.h:42
HLTDisplacedmumuVtxProducer::chargeOpt_
const int chargeOpt_
Definition:
HLTDisplacedmumuVtxProducer.h:50
TrackFwd.h
HLTDisplacedmumuVtxProducer::produce
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
Definition:
HLTDisplacedmumuVtxProducer.cc:67
edm::global::EDProducer
Definition:
EDProducer.h:32
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
edm::ParameterSet
Definition:
ParameterSet.h:47
Event.h
HLTDisplacedmumuVtxProducer::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
HLTDisplacedmumuVtxProducer.cc:52
HLTDisplacedmumuVtxProducer
Definition:
HLTDisplacedmumuVtxProducer.h:30
edm::EventSetup
Definition:
EventSetup.h:57
HLTDisplacedmumuVtxProducer::HLTDisplacedmumuVtxProducer
HLTDisplacedmumuVtxProducer(const edm::ParameterSet &)
Definition:
HLTDisplacedmumuVtxProducer.cc:35
HLTDisplacedmumuVtxProducer::maxEta_
const double maxEta_
Definition:
HLTDisplacedmumuVtxProducer.h:45
ConfigurationDescriptions
HLTDisplacedmumuVtxProducer::matchToPrevious_
const bool matchToPrevious_
Definition:
HLTDisplacedmumuVtxProducer.h:44
TriggerRefsCollections.h
EventSetup.h
HLTDisplacedmumuVtxProducer::minInvMass_
const double minInvMass_
Definition:
HLTDisplacedmumuVtxProducer.h:48
ParameterSet.h
EDProducer.h
edm::Event
Definition:
Event.h:73
RecoChargedCandidateFwd.h
HLTDisplacedmumuVtxProducer::~HLTDisplacedmumuVtxProducer
~HLTDisplacedmumuVtxProducer() override
edm::InputTag
Definition:
InputTag.h:15
HLTDisplacedmumuVtxProducer::checkPreviousCand
bool checkPreviousCand(const reco::TrackRef &trackref, const std::vector< reco::RecoChargedCandidateRef > &ref2) const
Definition:
HLTDisplacedmumuVtxProducer.cc:183
HLTDisplacedmumuVtxProducer::minPt_
const double minPt_
Definition:
HLTDisplacedmumuVtxProducer.h:46
HLTDisplacedmumuVtxProducer::previousCandToken_
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
Definition:
HLTDisplacedmumuVtxProducer.h:43
Generated for CMSSW Reference Manual by
1.8.16