![]() |
![]() |
#include <EcalDisplaysByEvent.h>
Public Member Functions | |
EcalDisplaysByEvent (const edm::ParameterSet &) | |
~EcalDisplaysByEvent () | |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
![]() | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Types | |
enum | Ecal2DHistSubDetType { EB_FINE = 0, EB_COARSE = 1, EEM_FINE = 2, EEM_COARSE = 3, EEP_FINE = 4, EEP_COARSE = 5 } |
Private Member Functions | |
virtual void | analyze (edm::Event const &, edm::EventSetup const &) |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
void | deleteEvtByEvtHists () |
void | drawCanvas (TCanvas *canvas, TH1F *hist1, TH1F *hist2, TH1F *hist3) |
void | drawCanvas (TCanvas *canvas, TH2F *hist1, TH2F *hist2, TH2F *hist3) |
void | drawCanvas (TCanvas *canvas, TH3F *hist1, TH3F *hist2, TH3F *hist3) |
void | drawEELines () |
void | drawHistos () |
void | drawTimingErrors (TProfile2D *profile) |
virtual void | endJob () |
std::string | floatToString (float num) |
int | getEEIndex (EcalElectronicsId elecId) |
TCanvas * | init2DEcalCanvas (std::string canvasName) |
TH2F * | init2DEcalHist (std::string histTypeName, int subDet) |
TH3F * | init3DEcalHist (std::string histTypeName, int dubDet) |
void | initAllEventHistos () |
void | initEvtByEvtHists (int naiveEvtNum_, int ievt) |
void | initHists (int) |
std::string | intToString (int num) |
void | makeHistos (edm::Handle< EBDigiCollection > ebDigis) |
void | makeHistos (edm::Handle< EEDigiCollection > eeDigis) |
void | makeHistos (edm::Handle< EcalRecHitCollection > hits) |
TGraph * | selectDigi (DetId det, int ievt) |
void | selectHits (edm::Handle< EcalRecHitCollection > hits, int ievt, edm::ESHandle< CaloTopology > caloTopo) |
Static Private Attributes | |
static edm::Service< TFileService > | fileService |
static float | gainRatio [3] = { 1., 2. , 12. } |
Additional Inherited Members | |
![]() | |
typedef EDAnalyzer | ModuleType |
![]() | |
typedef ProductLabels | Labels |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
![]() | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 64 of file EcalDisplaysByEvent.h.
|
private |
Enumerator | |
---|---|
EB_FINE | |
EB_COARSE | |
EEM_FINE | |
EEM_COARSE | |
EEP_FINE | |
EEP_COARSE |
Definition at line 80 of file EcalDisplaysByEvent.h.
|
explicit |
Definition at line 43 of file EcalDisplaysByEvent.cc.
EcalDisplaysByEvent::~EcalDisplaysByEvent | ( | ) |
Definition at line 102 of file EcalDisplaysByEvent.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 122 of file EcalDisplaysByEvent.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 113 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 738 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 976 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 991 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 1015 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 1087 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 948 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 1050 of file EcalDisplaysByEvent.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 596 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 656 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 388 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 943 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 898 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 831 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 778 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 677 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 665 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 648 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 394 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 410 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 445 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 280 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 204 of file EcalDisplaysByEvent.cc.
|
private |
Definition at line 132 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 149 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 234 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 145 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 187 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 229 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 188 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 230 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 169 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 211 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 170 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 212 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 171 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 213 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 172 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 214 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 173 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 215 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 174 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 216 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 109 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 113 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 107 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 237 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 110 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 114 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 108 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 182 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 224 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 154 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 196 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 155 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 197 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 156 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 198 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 183 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 225 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 184 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 226 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 157 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 199 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 158 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 200 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 159 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 201 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 160 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 202 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 161 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 203 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 162 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 204 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 236 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 146 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 144 of file EcalDisplaysByEvent.h.
|
staticprivate |
Definition at line 136 of file EcalDisplaysByEvent.h.
|
staticprivate |
Definition at line 135 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 111 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 235 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 139 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 125 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 124 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 129 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 130 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 120 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 122 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 123 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 121 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 140 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 143 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 141 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 119 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 126 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 127 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 239 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 138 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 133 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 185 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 227 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 186 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 228 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 163 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 205 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 164 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 206 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 165 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 207 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 166 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 208 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 167 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 209 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 168 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 210 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 116 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 142 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 147 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 117 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 118 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 181 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 223 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 151 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 193 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 152 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 194 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 153 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 195 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 190 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 232 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 189 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 231 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 178 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 220 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 175 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 217 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 179 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 221 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 176 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 218 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 180 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 222 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 177 of file EcalDisplaysByEvent.h.
|
private |
Definition at line 219 of file EcalDisplaysByEvent.h.