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
MuonIdentification
plugins
CaloMuonProducer.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: CaloMuonProducer
4
// Class: CaloMuonProducer
5
//
6
// Original Author: Dmytro Kovalskyi
7
// Created: Wed Oct 3 16:29:03 CDT 2007
8
//
9
//
10
11
// system include files
12
#include <memory>
13
14
// user include files
15
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
16
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
17
18
#include "
DataFormats/MuonReco/interface/MuonFwd.h
"
19
#include "
DataFormats/MuonReco/interface/CaloMuon.h
"
20
21
class
CaloMuonProducer
:
public
edm::stream::EDProducer
<> {
22
public
:
23
explicit
CaloMuonProducer
(
const
edm::ParameterSet
&);
24
~CaloMuonProducer
()
override
;
25
26
private
:
27
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
28
edm::InputTag
inputCollection
;
29
edm::EDGetTokenT<reco::CaloMuonCollection>
muonToken_
;
30
};
CaloMuonProducer
Definition:
CaloMuonProducer.h:21
CaloMuonProducer::CaloMuonProducer
CaloMuonProducer(const edm::ParameterSet &)
Definition:
CaloMuonProducer.cc:24
edm::EDGetTokenT< reco::CaloMuonCollection >
CaloMuonProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
CaloMuonProducer.cc:32
EDProducer.h
MuonFwd.h
CaloMuon.h
edm::ParameterSet
Definition:
ParameterSet.h:36
CaloMuonProducer::~CaloMuonProducer
~CaloMuonProducer() override
Definition:
CaloMuonProducer.cc:30
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm::EventSetup
Definition:
EventSetup.h:57
CaloMuonProducer::muonToken_
edm::EDGetTokenT< reco::CaloMuonCollection > muonToken_
Definition:
CaloMuonProducer.h:29
Frameworkfwd.h
CaloMuonProducer::inputCollection
edm::InputTag inputCollection
Definition:
CaloMuonProducer.h:28
edm::Event
Definition:
Event.h:73
edm::InputTag
Definition:
InputTag.h:15
Generated for CMSSW Reference Manual by
1.8.16