Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoMuon
CosmicMuonProducer
src
GlobalCosmicMuonProducer.h
Go to the documentation of this file.
1
#ifndef RecoMuon_CosmicMuonProducer_GlobalCosmicMuonProducer_H
2
#define RecoMuon_CosmicMuonProducer_GlobalCosmicMuonProducer_H
3
12
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
13
#include "
FWCore/Utilities/interface/InputTag.h
"
14
#include "
DataFormats/TrackReco/interface/Track.h
"
15
#include "
DataFormats/TrackReco/interface/TrackFwd.h
"
16
#include <memory>
17
18
class
MuonTrackFinder
;
19
class
MuonServiceProxy
;
20
21
class
GlobalCosmicMuonProducer
:
public
edm::stream::EDProducer
<> {
22
public
:
23
explicit
GlobalCosmicMuonProducer
(
const
edm::ParameterSet
&);
24
25
~GlobalCosmicMuonProducer
()
override
;
26
27
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
28
29
private
:
30
edm::EDGetTokenT<reco::TrackCollection>
theTrackCollectionToken
;
31
std::unique_ptr<MuonTrackFinder>
theTrackFinder
;
32
34
std::unique_ptr<MuonServiceProxy>
theService
;
35
};
36
37
#endif
edm::EDGetTokenT< reco::TrackCollection >
EDProducer.h
Track.h
TrackFwd.h
GlobalCosmicMuonProducer::~GlobalCosmicMuonProducer
~GlobalCosmicMuonProducer() override
Definition:
GlobalCosmicMuonProducer.cc:65
GlobalCosmicMuonProducer::theTrackCollectionToken
edm::EDGetTokenT< reco::TrackCollection > theTrackCollectionToken
Definition:
GlobalCosmicMuonProducer.h:30
edm::ParameterSet
Definition:
ParameterSet.h:47
GlobalCosmicMuonProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
GlobalCosmicMuonProducer.cc:68
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm::EventSetup
Definition:
EventSetup.h:58
InputTag.h
GlobalCosmicMuonProducer
Definition:
GlobalCosmicMuonProducer.h:21
MuonTrackFinder
Definition:
MuonTrackFinder.h:26
MuonServiceProxy
Definition:
MuonServiceProxy.h:38
GlobalCosmicMuonProducer::theTrackFinder
std::unique_ptr< MuonTrackFinder > theTrackFinder
Definition:
GlobalCosmicMuonProducer.h:31
edm::Event
Definition:
Event.h:73
GlobalCosmicMuonProducer::GlobalCosmicMuonProducer
GlobalCosmicMuonProducer(const edm::ParameterSet &)
Definition:
GlobalCosmicMuonProducer.cc:38
GlobalCosmicMuonProducer::theService
std::unique_ptr< MuonServiceProxy > theService
the event setup proxy, it takes care the services update
Definition:
GlobalCosmicMuonProducer.h:34
Generated for CMSSW Reference Manual by
1.8.16