Main Page
Namespaces
Classes
Package Documentation
HLTrigger
btau
plugins
HLTDisplacedtktktkVtxProducer.h
Go to the documentation of this file.
1
#ifndef HLTDisplacedtktktkVtxProducer_h
2
#define HLTDisplacedtktktkVtxProducer_h
3
21
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
22
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/Framework/interface/EventSetup.h
"
25
#include "
DataFormats/RecoCandidate/interface/RecoChargedCandidateFwd.h
"
26
#include "
DataFormats/TrackReco/interface/TrackFwd.h
"
27
#include "
DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h
"
28
#include "
DataFormats/HLTReco/interface/TriggerRefsCollections.h
"
29
#include <vector>
30
31
namespace
edm
{
32
class
ConfigurationDescriptions
;
33
}
34
35
class
HLTDisplacedtktktkVtxProducer
:
public
edm::stream::EDProducer
<> {
36
public
:
37
explicit
HLTDisplacedtktktkVtxProducer
(
const
edm::ParameterSet
&);
38
~
HLTDisplacedtktktkVtxProducer
()
override
;
39
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
40
virtual
void
beginJob
();
41
void
produce(
edm::Event
&,
const
edm::EventSetup
&)
override
;
42
virtual
void
endJob();
43
44
private
:
45
bool
checkPreviousCand(
const
reco::TrackRef
& trackref, std::vector<reco::RecoChargedCandidateRef>& ref2);
46
47
const
edm::InputTag
srcTag_
;
48
const
edm::EDGetTokenT<reco::RecoChargedCandidateCollection>
srcToken_
;
49
const
edm::InputTag
previousCandTag_
;
50
const
edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs>
previousCandToken_
;
51
const
double
maxEta_
;
52
const
double
minPtTk1_
;
53
const
double
minPtTk2_
;
54
const
double
minPtTk3_
;
55
const
double
minPtRes_
;
56
const
double
minPtTri_
;
57
const
double
minInvMassRes_
;
58
const
double
maxInvMassRes_
;
59
const
double
minInvMass_
;
60
const
double
maxInvMass_
;
61
const
double
massParticle1_
;
62
const
double
massParticle2_
;
63
const
double
massParticle3_
;
64
const
int
chargeOpt_
;
65
const
int
resOpt_
;
66
const
int
triggerTypeDaughters_
;
67
68
double
firstTrackMass
;
69
double
secondTrackMass
;
70
double
thirdTrackMass
;
71
double
firstTrackPt
;
72
double
secondTrackPt
;
73
double
thirdTrackPt
;
74
double
firstTrackMass2
;
75
double
secondTrackMass2
;
76
double
thirdTrackMass2
;
77
78
};
79
80
#endif
HLTDisplacedtktktkVtxProducer::maxInvMass_
const double maxInvMass_
Definition:
HLTDisplacedtktktkVtxProducer.h:60
HLTDisplacedtktktkVtxProducer::secondTrackMass
double secondTrackMass
Definition:
HLTDisplacedtktktkVtxProducer.h:69
HLTDisplacedtktktkVtxProducer::triggerTypeDaughters_
const int triggerTypeDaughters_
Definition:
HLTDisplacedtktktkVtxProducer.h:66
edm::Ref< TrackCollection >
HLTDisplacedtktktkVtxProducer::minPtTk2_
const double minPtTk2_
Definition:
HLTDisplacedtktktkVtxProducer.h:53
Event.h
EventSetup.h
TrackFwd.h
HLTDisplacedtktktkVtxProducer::previousCandToken_
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
Definition:
HLTDisplacedtktktkVtxProducer.h:50
HLTDisplacedtktktkVtxProducer
Definition:
HLTDisplacedtktktkVtxProducer.h:35
HLTDisplacedtktktkVtxProducer::minInvMass_
const double minInvMass_
Definition:
HLTDisplacedtktktkVtxProducer.h:59
HLTDisplacedtktktkVtxProducer::minPtTk3_
const double minPtTk3_
Definition:
HLTDisplacedtktktkVtxProducer.h:54
TriggerFilterObjectWithRefs.h
HLTDisplacedtktktkVtxProducer::secondTrackMass2
double secondTrackMass2
Definition:
HLTDisplacedtktktkVtxProducer.h:75
HLTDisplacedtktktkVtxProducer::srcToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_
Definition:
HLTDisplacedtktktkVtxProducer.h:48
edm::EDGetTokenT< reco::RecoChargedCandidateCollection >
HLTDisplacedtktktkVtxProducer::secondTrackPt
double secondTrackPt
Definition:
HLTDisplacedtktktkVtxProducer.h:72
bk::beginJob
void beginJob()
Definition:
Breakpoints.cc:14
HLTDisplacedtktktkVtxProducer::chargeOpt_
const int chargeOpt_
Definition:
HLTDisplacedtktktkVtxProducer.h:64
HLTDisplacedtktktkVtxProducer::thirdTrackMass
double thirdTrackMass
Definition:
HLTDisplacedtktktkVtxProducer.h:70
ParameterSet.h
EDProducer.h
HLTDisplacedtktktkVtxProducer::firstTrackMass2
double firstTrackMass2
Definition:
HLTDisplacedtktktkVtxProducer.h:74
HLTDisplacedtktktkVtxProducer::minPtTk1_
const double minPtTk1_
Definition:
HLTDisplacedtktktkVtxProducer.h:52
HLTDisplacedtktktkVtxProducer::srcTag_
const edm::InputTag srcTag_
Definition:
HLTDisplacedtktktkVtxProducer.h:47
HLTDisplacedtktktkVtxProducer::firstTrackPt
double firstTrackPt
Definition:
HLTDisplacedtktktkVtxProducer.h:71
HLTDisplacedtktktkVtxProducer::resOpt_
const int resOpt_
Definition:
HLTDisplacedtktktkVtxProducer.h:65
HLTDisplacedtktktkVtxProducer::massParticle1_
const double massParticle1_
Definition:
HLTDisplacedtktktkVtxProducer.h:61
HLTDisplacedtktktkVtxProducer::firstTrackMass
double firstTrackMass
Definition:
HLTDisplacedtktktkVtxProducer.h:68
edm::EventSetup
Definition:
EventSetup.h:57
TriggerRefsCollections.h
HLTDisplacedtktktkVtxProducer::thirdTrackPt
double thirdTrackPt
Definition:
HLTDisplacedtktktkVtxProducer.h:73
HLTDisplacedtktktkVtxProducer::massParticle2_
const double massParticle2_
Definition:
HLTDisplacedtktktkVtxProducer.h:62
ConfigurationDescriptions
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLTDisplacedtktktkVtxProducer::previousCandTag_
const edm::InputTag previousCandTag_
Definition:
HLTDisplacedtktktkVtxProducer.h:49
edm::stream::EDProducer
Definition:
EDProducer.h:38
HLTDisplacedtktktkVtxProducer::maxInvMassRes_
const double maxInvMassRes_
Definition:
HLTDisplacedtktktkVtxProducer.h:58
HLTDisplacedtktktkVtxProducer::minPtRes_
const double minPtRes_
Definition:
HLTDisplacedtktktkVtxProducer.h:55
RecoChargedCandidateFwd.h
edm
HLT enums.
Definition:
AlignableModifier.h:17
HLTDisplacedtktktkVtxProducer::massParticle3_
const double massParticle3_
Definition:
HLTDisplacedtktktkVtxProducer.h:63
edm::InputTag
Definition:
InputTag.h:15
HLTDisplacedtktktkVtxProducer::maxEta_
const double maxEta_
Definition:
HLTDisplacedtktktkVtxProducer.h:51
HLTDisplacedtktktkVtxProducer::minInvMassRes_
const double minInvMassRes_
Definition:
HLTDisplacedtktktkVtxProducer.h:57
edm::ParameterSet
Definition:
ParameterSet.h:36
HLTDisplacedtktktkVtxProducer::thirdTrackMass2
double thirdTrackMass2
Definition:
HLTDisplacedtktktkVtxProducer.h:76
edm::Event
Definition:
Event.h:71
HLTDisplacedtktktkVtxProducer::minPtTri_
const double minPtTri_
Definition:
HLTDisplacedtktktkVtxProducer.h:56
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11