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
RecoJets
JetAnalyzers
interface
myRawAna.h
Go to the documentation of this file.
1
#ifndef RecoExamples_myRawAna_h
2
#define RecoExamples_myRawAna_h
3
#include <TH1.h>
4
#include <TH2.h>
5
#include <TProfile.h>
6
#include <TFile.h>
7
8
/* \class myRawAna
9
*
10
* \author Jim Hirschauer
11
*
12
* \version 1
13
*
14
*/
15
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
16
#include "
FWCore/ServiceRegistry/interface/Service.h
"
17
#include "
CommonTools/UtilAlgos/interface/TFileService.h
"
18
19
// class TFile;
20
21
class
myRawAna
:
public
edm::one::EDAnalyzer
<edm::one::SharedResources> {
22
public
:
23
myRawAna
(
const
edm::ParameterSet
&);
24
25
private
:
26
void
beginJob
()
override
;
27
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
28
void
endJob
()
override
;
29
30
TH2F*
fedSize
;
31
TH1F*
totFedSize
;
32
};
33
34
#endif
myRawAna::myRawAna
myRawAna(const edm::ParameterSet &)
Definition:
myRawAna.cc:31
myRawAna::beginJob
void beginJob() override
Definition:
myRawAna.cc:36
myRawAna
Definition:
myRawAna.h:21
TFileService.h
myRawAna::fedSize
TH2F * fedSize
Definition:
myRawAna.h:30
Service.h
myRawAna::totFedSize
TH1F * totFedSize
Definition:
myRawAna.h:31
edm::EventSetup
Definition:
EventSetup.h:56
EDAnalyzer.h
myRawAna::endJob
void endJob() override
Definition:
myRawAna.cc:72
edm::ParameterSet
Definition:
ParameterSet.h:48
myRawAna::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
myRawAna.cc:45
edm::Event
Definition:
Event.h:73
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
Generated for CMSSW Reference Manual by
1.8.14