Main Page
Namespaces
Classes
Package Documentation
RecoMuon
L2MuonProducer
src
L2MuonProducer.h
Go to the documentation of this file.
1
#ifndef RecoMuon_L2MuonProducer_L2MuonProducer_H
2
#define RecoMuon_L2MuonProducer_L2MuonProducer_H
3
4
//-------------------------------------------------
5
//
19
//
20
//--------------------------------------------------
21
22
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
23
#include "
FWCore/Utilities/interface/InputTag.h
"
24
#include "
DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h
"
25
#include "
FWCore/ParameterSet/interface/ParameterSetDescription.h
"
26
#include "
FWCore/ParameterSet/interface/ConfigurationDescriptions.h
"
27
28
namespace
edm
{
29
class
ParameterSet
;
30
class
Event
;
31
class
EventSetup
;
32
}
// namespace edm
33
34
class
MuonTrackFinder
;
35
class
MuonServiceProxy
;
36
37
class
L2MuonProducer
:
public
edm::stream::EDProducer
<> {
38
public
:
40
L2MuonProducer
(
const
edm::ParameterSet
&);
41
43
~
L2MuonProducer
()
override
;
44
46
void
produce(
edm::Event
&,
const
edm::EventSetup
&)
override
;
47
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
48
49
private
:
50
// MuonSeed Collection Label
51
edm::InputTag
theSeedCollectionLabel
;
52
54
MuonTrackFinder
*
theTrackFinder
;
//It isn't the same as in ORCA
55
57
MuonServiceProxy
*
theService
;
58
59
edm::EDGetTokenT<edm::View<TrajectorySeed>
>
seedsToken
;
60
};
61
62
#endif
MuonTrackFinder
Definition:
MuonTrackFinder.h:31
ParameterSet
Definition:
Functions.h:16
L2MuonProducer::theService
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
Definition:
L2MuonProducer.h:57
edm::EDGetTokenT
Definition:
EDGetToken.h:33
EDProducer.h
L2MuonProducer::seedsToken
edm::EDGetTokenT< edm::View< TrajectorySeed > > seedsToken
Definition:
L2MuonProducer.h:59
EventSetup
ParameterSetDescription.h
L2MuonProducer
Definition:
L2MuonProducer.h:37
L2MuonProducer::theSeedCollectionLabel
edm::InputTag theSeedCollectionLabel
Definition:
L2MuonProducer.h:51
MuonServiceProxy
Definition:
MuonServiceProxy.h:30
edm::EventSetup
Definition:
EventSetup.h:57
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::stream::EDProducer
Definition:
EDProducer.h:38
L2MuonProducer::theTrackFinder
MuonTrackFinder * theTrackFinder
the track finder
Definition:
L2MuonProducer.h:54
Event
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::InputTag
Definition:
InputTag.h:15
InputTag.h
TrajectorySeedCollection.h
edm::ParameterSet
Definition:
ParameterSet.h:36
ConfigurationDescriptions.h
edm::Event
Definition:
Event.h:72
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11