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
{
class
ParameterSet
;
class
Event
;
class
EventSetup
;}
29
30
class
MuonTrackFinder
;
31
class
MuonServiceProxy
;
32
33
class
L2MuonProducer
:
public
edm::stream::EDProducer
<> {
34
35
public
:
36
38
L2MuonProducer
(
const
edm::ParameterSet
&);
39
41
virtual
~
L2MuonProducer
();
42
44
virtual
void
produce(
edm::Event
&,
const
edm::EventSetup
&)
override
;
45
static
void
fillDescriptions(
edm::ConfigurationDescriptions
& descriptions);
46
private
:
47
48
// MuonSeed Collection Label
49
edm::InputTag
theSeedCollectionLabel
;
50
52
MuonTrackFinder
*
theTrackFinder
;
//It isn't the same as in ORCA
53
55
MuonServiceProxy
*
theService
;
56
57
edm::EDGetTokenT<edm::View<TrajectorySeed>
>
seedsToken
;
58
59
};
60
61
#endif
MuonTrackFinder
Definition:
MuonTrackFinder.h:27
ParameterSet
Definition:
Functions.h:16
L2MuonProducer::theService
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
Definition:
L2MuonProducer.h:55
edm::EDGetTokenT
Definition:
EDGetToken.h:32
EDProducer.h
L2MuonProducer::seedsToken
edm::EDGetTokenT< edm::View< TrajectorySeed > > seedsToken
Definition:
L2MuonProducer.h:57
EventSetup
ParameterSetDescription.h
L2MuonProducer
Definition:
L2MuonProducer.h:33
L2MuonProducer::theSeedCollectionLabel
edm::InputTag theSeedCollectionLabel
Definition:
L2MuonProducer.h:49
MuonServiceProxy
Definition:
MuonServiceProxy.h:27
edm::EventSetup
Definition:
EventSetup.h:44
edm::stream::EDProducer
Definition:
EDProducer.h:33
L2MuonProducer::theTrackFinder
MuonTrackFinder * theTrackFinder
the track finder
Definition:
L2MuonProducer.h:52
Event
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::InputTag
Definition:
InputTag.h:15
InputTag.h
TrajectorySeedCollection.h
edm::ParameterSet
Definition:
ParameterSet.h:36
ConfigurationDescriptions.h
edm::Event
Definition:
Event.h:66
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11