test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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/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::EDAnalyzer
{
22
23
public
:
24
myRawAna
(
const
edm::ParameterSet
& );
25
26
private
:
27
void
beginJob
( );
28
void
analyze
(
const
edm::Event
& ,
const
edm::EventSetup
& );
29
void
endJob
();
30
31
TH2F *
fedSize
;
32
TH1F *
totFedSize
;
33
34
};
35
36
#endif
myRawAna::myRawAna
myRawAna(const edm::ParameterSet &)
Definition:
myRawAna.cc:31
myRawAna
Definition:
myRawAna.h:21
TFileService.h
myRawAna::fedSize
TH2F * fedSize
Definition:
myRawAna.h:31
myRawAna::beginJob
void beginJob()
Definition:
myRawAna.cc:38
Service.h
myRawAna::totFedSize
TH1F * totFedSize
Definition:
myRawAna.h:32
edm::EventSetup
Definition:
EventSetup.h:45
myRawAna::analyze
void analyze(const edm::Event &, const edm::EventSetup &)
Definition:
myRawAna.cc:50
edm::EDAnalyzer
Definition:
EDAnalyzer.h:27
EDAnalyzer.h
myRawAna::endJob
void endJob()
Definition:
myRawAna.cc:81
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:64
Generated for CMSSW Reference Manual by
1.8.5