Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CalibCalorimetry
HcalStandardModules
interface
HFPreLightCal.h
Go to the documentation of this file.
1
#ifndef HFPreLightCal_H
2
#define HFPreLightCal_H
3
4
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
5
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
6
7
class
TFile;
8
class
TH1F;
9
class
TH2F;
10
11
class
HFPreLightCal
:
public
edm::EDAnalyzer
{
12
public
:
13
HFPreLightCal
(
const
edm::ParameterSet
& fConfiguration);
14
virtual
~HFPreLightCal
();
15
16
// analysis itself
17
virtual
void
analyze
(
const
edm::Event
& fEvent,
const
edm::EventSetup
& fSetup);
18
19
// begin of the job
20
virtual
void
beginJob
();
21
22
// very end of the job
23
virtual
void
endJob
(
void
);
24
25
private
:
26
std::string
histfile
;
27
std::string
textfile
;
28
TFile*
mFile
;
29
FILE*
tFile
;
30
TH1F*
hts
[26][36][2];
31
TH1F *
htsmax
,*
htspinmax
;
32
TH1F*
htspin
[8][3];
33
34
};
35
36
#endif
HFPreLightCal::analyze
virtual void analyze(const edm::Event &fEvent, const edm::EventSetup &fSetup)
Definition:
HFPreLightCal.cc:124
HFPreLightCal::histfile
std::string histfile
Definition:
HFPreLightCal.h:26
HFPreLightCal::endJob
virtual void endJob(void)
Definition:
HFPreLightCal.cc:81
Frameworkfwd.h
HFPreLightCal::hts
TH1F * hts[26][36][2]
Definition:
HFPreLightCal.h:30
HFPreLightCal::tFile
FILE * tFile
Definition:
HFPreLightCal.h:29
HFPreLightCal::mFile
TFile * mFile
Definition:
HFPreLightCal.h:28
edm::EventSetup
Definition:
EventSetup.h:44
HFPreLightCal::htspin
TH1F * htspin[8][3]
Definition:
HFPreLightCal.h:32
edm::EDAnalyzer
Definition:
EDAnalyzer.h:14
EDAnalyzer.h
HFPreLightCal
Definition:
HFPreLightCal.h:11
HFPreLightCal::textfile
std::string textfile
Definition:
HFPreLightCal.h:27
HFPreLightCal::beginJob
virtual void beginJob()
Definition:
HFPreLightCal.cc:48
HFPreLightCal::htsmax
TH1F * htsmax
Definition:
HFPreLightCal.h:31
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:50
HFPreLightCal::~HFPreLightCal
virtual ~HFPreLightCal()
Definition:
HFPreLightCal.cc:44
HFPreLightCal::htspinmax
TH1F * htspinmax
Definition:
HFPreLightCal.h:31
HFPreLightCal::HFPreLightCal
HFPreLightCal(const edm::ParameterSet &fConfiguration)
Definition:
HFPreLightCal.cc:38
Generated for CMSSW Reference Manual by
1.8.5