Main Page
Namespaces
Classes
Package Documentation
RecoMuon
StandAloneMuonProducer
src
StandAloneMuonProducer.h
Go to the documentation of this file.
1
#ifndef RecoMuon_StandAloneMuonProducer_StandAloneMuonProducer_H
2
#define RecoMuon_StandAloneMuonProducer_StandAloneMuonProducer_H
3
16
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
17
#include "
FWCore/Utilities/interface/InputTag.h
"
18
#include "
DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h
"
19
20
namespace
edm
{
class
ParameterSet
;
class
Event
;
class
EventSetup
;}
21
22
class
MuonTrackFinder
;
23
class
MuonServiceProxy
;
24
25
class
StandAloneMuonProducer
:
public
edm::stream::EDProducer
<> {
26
27
public
:
28
30
StandAloneMuonProducer
(
const
edm::ParameterSet
&);
31
33
~
StandAloneMuonProducer
()
override
;
34
36
void
produce(
edm::Event
&,
const
edm::EventSetup
&)
override
;
37
38
private
:
39
41
edm::InputTag
theSeedCollectionLabel
;
42
44
MuonTrackFinder
*
theTrackFinder
;
//It isn't the same as in ORCA
45
47
MuonServiceProxy
*
theService
;
48
49
50
edm::EDGetTokenT<edm::View<TrajectorySeed>
>
seedToken
;
51
52
std::string
theAlias
;
53
54
void
setAlias
(
std::string
alias
){
55
alias.erase( alias.size() - 1, alias.size() );
56
theAlias=
alias
;
57
}
58
};
59
60
#endif
StandAloneMuonProducer::theSeedCollectionLabel
edm::InputTag theSeedCollectionLabel
MuonSeed Collection Label.
Definition:
StandAloneMuonProducer.h:41
MuonTrackFinder
Definition:
MuonTrackFinder.h:27
ParameterSet
Definition:
Functions.h:16
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::EDGetTokenT
Definition:
EDGetToken.h:33
EDProducer.h
EventSetup
StandAloneMuonProducer
Definition:
StandAloneMuonProducer.h:25
MuonServiceProxy
Definition:
MuonServiceProxy.h:27
StandAloneMuonProducer::setAlias
void setAlias(std::string alias)
Definition:
StandAloneMuonProducer.h:54
edm::EventSetup
Definition:
EventSetup.h:57
StandAloneMuonProducer::theAlias
std::string theAlias
Definition:
StandAloneMuonProducer.h:52
StandAloneMuonProducer::theService
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
Definition:
StandAloneMuonProducer.h:47
edm::stream::EDProducer
Definition:
EDProducer.h:38
Event
StandAloneMuonProducer::theTrackFinder
MuonTrackFinder * theTrackFinder
the track finder
Definition:
StandAloneMuonProducer.h:44
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::InputTag
Definition:
InputTag.h:15
InputTag.h
TrajectorySeedCollection.h
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
StandAloneMuonProducer::seedToken
edm::EDGetTokenT< edm::View< TrajectorySeed > > seedToken
Definition:
StandAloneMuonProducer.h:50
egammaCTFFinalFitWithMaterial_cff.alias
alias
Definition:
egammaCTFFinalFitWithMaterial_cff.py:24
Generated for CMSSW Reference Manual by
1.8.11