Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SimCalorimetry
EcalTrigPrimProducers
plugins
EcalTPInputAnalyzer.h
Go to the documentation of this file.
1
#ifndef EcalTPInputAnalyzer_h
2
#define EcalTPInputAnalyzer_h
3
// -*- C++ -*-
4
//
5
// Class: EcalTPInutAnalyzer
6
//
12
//
13
// Original Author: Ursula Berthon
14
// Created: Thu Jul 4 11:38:38 CEST 2005
15
//
16
//
17
18
19
// system include files
20
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
21
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
22
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/Framework/interface/MakerMacros.h
"
25
26
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
27
#include <vector>
28
#include <string>
29
#include <TH1I.h>
30
#include <TFile.h>
31
32
33
//
34
// class declaration
35
//
36
37
class
EcalTPInputAnalyzer
:
public
edm::EDAnalyzer
{
38
public
:
39
explicit
EcalTPInputAnalyzer
(
const
edm::ParameterSet
&);
40
~EcalTPInputAnalyzer
();
41
42
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
43
void
endJob
();
44
45
private
:
46
47
// for histos of nr of hits
48
std::vector<std::string>
ecal_parts_
;
49
TH1I *
ecal_et_
[2];
50
TH1I *
ecal_tt_
[2];
51
TH1I *
ecal_fgvb_
[2];
52
TH1I *
histEndc
,*
histBar
;
53
TFile *
histfile_
;
54
55
std::string
ebLabel_
;
56
std::string
eeLabel_
;
57
std::string
producer_
;
58
59
};
60
#endif
EcalTPInputAnalyzer::analyze
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
EcalTPInputAnalyzer.cc:79
EcalTPInputAnalyzer::ecal_tt_
TH1I * ecal_tt_[2]
Definition:
EcalTPInputAnalyzer.h:50
Event.h
MakerMacros.h
EcalTPInputAnalyzer::histBar
TH1I * histBar
Definition:
EcalTPInputAnalyzer.h:52
Frameworkfwd.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
ParameterSet.h
EcalTPInputAnalyzer::~EcalTPInputAnalyzer
~EcalTPInputAnalyzer()
Definition:
EcalTPInputAnalyzer.cc:61
edm::EventSetup
Definition:
EventSetup.h:45
EcalTPInputAnalyzer::ecal_et_
TH1I * ecal_et_[2]
Definition:
EcalTPInputAnalyzer.h:49
EcalTPInputAnalyzer::ebLabel_
std::string ebLabel_
Definition:
EcalTPInputAnalyzer.h:55
edm::EDAnalyzer
Definition:
EDAnalyzer.h:27
EDAnalyzer.h
EcalTPInputAnalyzer::histEndc
TH1I * histEndc
Definition:
EcalTPInputAnalyzer.h:52
EcalTPInputAnalyzer::ecal_parts_
std::vector< std::string > ecal_parts_
Definition:
EcalTPInputAnalyzer.h:48
EcalTPInputAnalyzer::ecal_fgvb_
TH1I * ecal_fgvb_[2]
Definition:
EcalTPInputAnalyzer.h:51
EcalTPInputAnalyzer::producer_
std::string producer_
Definition:
EcalTPInputAnalyzer.h:57
EcalTPInputAnalyzer::eeLabel_
std::string eeLabel_
Definition:
EcalTPInputAnalyzer.h:56
EcalTPInputAnalyzer::histfile_
TFile * histfile_
Definition:
EcalTPInputAnalyzer.h:53
EcalTPInputAnalyzer
Definition:
EcalTPInputAnalyzer.h:37
edm::ParameterSet
Definition:
ParameterSet.h:36
EcalTPInputAnalyzer::endJob
void endJob()
Definition:
EcalTPInputAnalyzer.cc:135
edm::Event
Definition:
Event.h:64
EcalTPInputAnalyzer::EcalTPInputAnalyzer
EcalTPInputAnalyzer(const edm::ParameterSet &)
Definition:
EcalTPInputAnalyzer.cc:38
Generated for CMSSW Reference Manual by
1.8.5