Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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/EDProducer.h
"
23
#include "
FWCore/Utilities/interface/InputTag.h
"
24
25
namespace
edm {
class
ParameterSet
;
class
Event
;
class
EventSetup
;}
26
27
class
MuonTrackFinder
;
28
class
MuonServiceProxy
;
29
30
class
L2MuonProducer
:
public
edm::EDProducer
{
31
32
public
:
33
35
L2MuonProducer
(
const
edm::ParameterSet
&);
36
38
virtual
~L2MuonProducer
();
39
41
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&);
42
43
private
:
44
45
// MuonSeed Collection Label
46
edm::InputTag
theSeedCollectionLabel
;
47
49
MuonTrackFinder
*
theTrackFinder
;
//It isn't the same as in ORCA
50
52
MuonServiceProxy
*
theService
;
53
};
54
55
#endif
MuonTrackFinder
Definition:
MuonTrackFinder.h:28
ParameterSet
Definition:
Functions.h:16
L2MuonProducer::theService
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
Definition:
L2MuonProducer.h:52
edm::EDProducer
Definition:
EDProducer.h:21
EventSetup
L2MuonProducer
Definition:
L2MuonProducer.h:30
L2MuonProducer::theSeedCollectionLabel
edm::InputTag theSeedCollectionLabel
Definition:
L2MuonProducer.h:46
MuonServiceProxy
Definition:
MuonServiceProxy.h:26
edm::EventSetup
Definition:
EventSetup.h:44
EDProducer.h
L2MuonProducer::L2MuonProducer
L2MuonProducer(const edm::ParameterSet &)
constructor with config
Definition:
L2MuonProducer.cc:50
L2MuonProducer::theTrackFinder
MuonTrackFinder * theTrackFinder
the track finder
Definition:
L2MuonProducer.h:49
Event
edm::InputTag
Definition:
InputTag.h:12
InputTag.h
L2MuonProducer::~L2MuonProducer
virtual ~L2MuonProducer()
destructor
Definition:
L2MuonProducer.cc:86
edm::ParameterSet
Definition:
ParameterSet.h:35
L2MuonProducer::produce
virtual void produce(edm::Event &, const edm::EventSetup &)
reconstruct muons
Definition:
L2MuonProducer.cc:94
edm::Event
Definition:
Event.h:50
Generated for CMSSW Reference Manual by
1.8.5