Main Page
Namespaces
Classes
Package Documentation
HLTrigger
Muon
plugins
HLTL1MuonNoL2Selector.h
Go to the documentation of this file.
1
#ifndef HLTTrigger_HLTL1MuonNoL2Selector_HLTL1MuonNoL2Selector_H
2
#define HLTTrigger_HLTL1MuonNoL2Selector_HLTL1MuonNoL2Selector_H
3
4
//-------------------------------------------------
5
//
16
//
17
//--------------------------------------------------
18
19
#include "
FWCore/Framework/interface/global/EDProducer.h
"
20
#include "
FWCore/Utilities/interface/InputTag.h
"
21
22
// Data Formats
23
#include "
DataFormats/TrajectoryState/interface/PTrajectoryStateOnDet.h
"
24
#include "
DataFormats/MuonDetId/interface/DTChamberId.h
"
25
#include "
DataFormats/MuonDetId/interface/CSCDetId.h
"
26
#include "
DataFormats/L1Trigger/interface/Muon.h
"
27
#include "
DataFormats/RecoCandidate/interface/RecoChargedCandidate.h
"
28
#include "
DataFormats/RecoCandidate/interface/RecoChargedCandidateFwd.h
"
29
#include "
DataFormats/Common/interface/Handle.h
"
30
#include "
DataFormats/GeometrySurface/interface/BoundCylinder.h
"
31
#include "
DataFormats/Math/interface/deltaR.h
"
32
#include "
HLTrigger/HLTcore/interface/HLTFilter.h
"
33
#include "
HLTMuonL2ToL1TMap.h
"
34
35
namespace
edm
{
class
ParameterSet
;
class
Event
;
class
EventSetup
;}
36
37
class
HLTL1MuonNoL2Selector
:
public
edm::global::EDProducer
<> {
38
39
public
:
40
42
explicit
HLTL1MuonNoL2Selector
(
const
edm::ParameterSet
&);
43
45
~
HLTL1MuonNoL2Selector
()
override
;
46
47
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
48
void
produce(
edm::StreamID
,
edm::Event
&,
const
edm::EventSetup
&)
const override
;
49
50
private
:
51
52
edm::InputTag
theL1Source_
;
53
const
double
theL1MinPt_
;
54
const
double
theL1MaxEta_
;
55
const
unsigned
theL1MinQuality_
;
56
bool
centralBxOnly_
;
57
58
edm::EDGetTokenT<l1t::MuonBxCollection>
muCollToken_
;
59
edm::InputTag
theL2CandTag_
;
60
edm::EDGetTokenT<reco::RecoChargedCandidateCollection>
theL2CandToken_
;
61
edm::InputTag
seedMapTag_
;
62
edm::EDGetTokenT<SeedMap>
seedMapToken_
;
63
64
65
66
};
67
68
#endif
EDProducer.h
HLTFilter.h
RecoChargedCandidate.h
CSCDetId.h
ParameterSet
Definition:
Functions.h:16
edm::StreamID
Definition:
StreamID.h:30
HLTL1MuonNoL2Selector::theL1MinPt_
const double theL1MinPt_
Definition:
HLTL1MuonNoL2Selector.h:53
HLTMuonL2ToL1TMap.h
Muon.h
edm::EDGetTokenT< l1t::MuonBxCollection >
HLTL1MuonNoL2Selector::muCollToken_
edm::EDGetTokenT< l1t::MuonBxCollection > muCollToken_
Definition:
HLTL1MuonNoL2Selector.h:58
HLTL1MuonNoL2Selector::theL2CandTag_
edm::InputTag theL2CandTag_
Definition:
HLTL1MuonNoL2Selector.h:59
EventSetup
deltaR.h
HLTL1MuonNoL2Selector::theL2CandToken_
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > theL2CandToken_
Definition:
HLTL1MuonNoL2Selector.h:60
HLTL1MuonNoL2Selector::theL1Source_
edm::InputTag theL1Source_
Definition:
HLTL1MuonNoL2Selector.h:52
DTChamberId.h
edm::EventSetup
Definition:
EventSetup.h:57
edm::global::EDProducer
Definition:
EDProducer.h:32
HLTL1MuonNoL2Selector::centralBxOnly_
bool centralBxOnly_
Definition:
HLTL1MuonNoL2Selector.h:56
HLTL1MuonNoL2Selector::theL1MaxEta_
const double theL1MaxEta_
Definition:
HLTL1MuonNoL2Selector.h:54
HLTL1MuonNoL2Selector
Definition:
HLTL1MuonNoL2Selector.h:37
HLTL1MuonNoL2Selector::seedMapTag_
edm::InputTag seedMapTag_
Definition:
HLTL1MuonNoL2Selector.h:61
HLTL1MuonNoL2Selector::seedMapToken_
edm::EDGetTokenT< SeedMap > seedMapToken_
Definition:
HLTL1MuonNoL2Selector.h:62
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Event
RecoChargedCandidateFwd.h
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::InputTag
Definition:
InputTag.h:15
InputTag.h
PTrajectoryStateOnDet.h
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
BoundCylinder.h
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Handle.h
HLTL1MuonNoL2Selector::theL1MinQuality_
const unsigned theL1MinQuality_
Definition:
HLTL1MuonNoL2Selector.h:55
Generated for CMSSW Reference Manual by
1.8.11