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
n
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
c
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
src
SimGeneral
MixingModule
plugins
InputAnalyzer.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: InputAnalyzer
4
// Class: InputAnalyzer
5
//
9
//
10
// Original Author: Emilia Lubenova Becheva
11
// Created: Mon Apr 20 13:43:06 CEST 2009
12
//
13
//
14
15
#ifndef InputAnalyzer_h
16
#define InputAnalyzer_h
17
18
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
19
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
20
21
#include "
FWCore/Framework/interface/Event.h
"
22
#include "
FWCore/Framework/interface/MakerMacros.h
"
23
24
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
25
26
#include "
SimDataFormats/Track/interface/SimTrackContainer.h
"
27
#include "
SimDataFormats/CrossingFrame/interface/PCrossingFrame.h
"
28
29
//
30
// class decleration
31
//
32
namespace
edm
{
33
class
InputAnalyzer
:
public
edm::one::EDAnalyzer
<> {
34
public
:
35
explicit
InputAnalyzer
(
const
edm::ParameterSet
&);
36
~InputAnalyzer
()
override
;
37
38
private
:
39
void
beginJob
()
override
;
40
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
41
void
endJob
()
override
;
42
43
// ----------member data ---------------------------
44
45
bool
dataStep2_
;
46
edm::EDGetTokenT<PCrossingFrame<SimTrack>
>
labelPCF_
;
47
edm::EDGetTokenT<SimTrackContainer>
labelSimTr_
;
48
};
49
}
// namespace edm
50
#endif
edm::InputAnalyzer::beginJob
void beginJob() override
Definition:
InputAnalyzer.cc:100
edm::InputAnalyzer::labelSimTr_
edm::EDGetTokenT< SimTrackContainer > labelSimTr_
Definition:
InputAnalyzer.h:47
Event.h
edm::EDGetTokenT
Definition:
EDGetToken.h:37
Frameworkfwd.h
ParameterSet.h
edm::InputAnalyzer::dataStep2_
bool dataStep2_
Definition:
InputAnalyzer.h:45
edm::InputAnalyzer::endJob
void endJob() override
Definition:
InputAnalyzer.cc:103
edm::InputAnalyzer::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
InputAnalyzer.cc:58
edm::EventSetup
Definition:
EventSetup.h:56
edm::InputAnalyzer
Definition:
InputAnalyzer.h:33
edm::InputAnalyzer::InputAnalyzer
InputAnalyzer(const edm::ParameterSet &)
Definition:
InputAnalyzer.cc:42
PCrossingFrame.h
EDAnalyzer.h
SimTrackContainer.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::InputAnalyzer::~InputAnalyzer
~InputAnalyzer() override
Definition:
InputAnalyzer.cc:51
edm::Event
Definition:
Event.h:73
MakerMacros.h
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
edm::InputAnalyzer::labelPCF_
edm::EDGetTokenT< PCrossingFrame< SimTrack > > labelPCF_
Definition:
InputAnalyzer.h:46
Generated for CMSSW Reference Manual by
1.8.14