#include <HcalGainsCheck.h>
Private Attributes | |
TH1F * | diffUpRefCap0 |
TH1F * | diffUpRefCap1 |
TH1F * | diffUpRefCap2 |
TH1F * | diffUpRefCap3 |
std::string | dumprefs |
std::string | dumpupdate |
bool | emapflag |
double | epsilon |
TFile * | f |
TH1F * | gainsRefCap0 |
TH1F * | gainsRefCap0vsEta |
TH1F * | gainsRefCap1 |
TH1F * | gainsRefCap1vsEta |
TH1F * | gainsRefCap2 |
TH1F * | gainsRefCap2vsEta |
TH1F * | gainsRefCap3 |
TH1F * | gainsRefCap3vsEta |
TH1F * | gainsUpCap0 |
TH1F * | gainsUpCap0vsEta |
TH1F * | gainsUpCap1 |
TH1F * | gainsUpCap1vsEta |
TH1F * | gainsUpCap2 |
TH1F * | gainsUpCap2vsEta |
TH1F * | gainsUpCap3 |
TH1F * | gainsUpCap3vsEta |
edm::ESGetToken< HcalGains, HcalGainsRcd > | m_tok1 |
edm::ESGetToken< HcalGains, HcalGainsRcd > | m_tok2 |
edm::ESGetToken< HcalElectronicsMap, HcalElectronicsMapRcd > | m_tokmap |
TH2F * | ocMapRef |
TH2F * | ocMapUp |
std::string | outfile |
TH1F * | ratioUpRefCap0 |
TH1F * | ratioUpRefCap1 |
TH1F * | ratioUpRefCap2 |
TH1F * | ratioUpRefCap3 |
std::string | rootfile |
bool | validategainsflag |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 46 of file HcalGainsCheck.h.
HcalGainsCheck::HcalGainsCheck | ( | edm::ParameterSet const & | ps | ) |
Definition at line 3 of file HcalGainsCheck.cc.
References dumprefs, dumpupdate, emapflag, epsilon, edm::ParameterSet::getUntrackedParameter(), m_tok1, m_tok2, m_tokmap, outfile, rootfile, AlCaHLTBitMon_QueryRunRegistry::string, and validategainsflag.
|
inlineoverride |
Definition at line 50 of file HcalGainsCheck.h.
|
overridevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 49 of file HcalGainsCheck.cc.
References HcalCondObjectContainer< Item >::addValues(), HcalElectronicsMap::allPrecisionId(), gather_cfg::cout, diffUpRefCap0, diffUpRefCap1, diffUpRefCap2, diffUpRefCap3, HcalDbASCIIIO::dumpObject(), dumprefs, dumpupdate, emapflag, epsilon, Exception, spr::find(), gainsRefCap0, gainsRefCap1, gainsRefCap2, gainsRefCap3, gainsUpCap0, gainsUpCap1, gainsUpCap2, gainsUpCap3, HcalCondObjectContainer< Item >::getAllChannels(), edm::EventSetup::getData(), HcalGain::getValue(), HcalCondObjectContainer< Item >::getValues(), B2GTnPMonitor_cfi::item, m_tok1, m_tok2, m_tokmap, outfile, ratioUpRefCap0, ratioUpRefCap1, ratioUpRefCap2, ratioUpRefCap3, HcalCondObjectContainerBase::topo(), and validategainsflag.
|
overridevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 16 of file HcalGainsCheck.cc.
References diffUpRefCap0, diffUpRefCap1, diffUpRefCap2, diffUpRefCap3, f, gainsRefCap0, gainsRefCap1, gainsRefCap2, gainsRefCap3, gainsUpCap0, gainsUpCap1, gainsUpCap2, gainsUpCap3, ocMapRef, ocMapUp, ratioUpRefCap0, ratioUpRefCap1, ratioUpRefCap2, ratioUpRefCap3, and rootfile.
|
overridevirtual |
|
private |
Definition at line 78 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 79 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 80 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 81 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 61 of file HcalGainsCheck.h.
Referenced by analyze(), and HcalGainsCheck().
|
private |
Definition at line 60 of file HcalGainsCheck.h.
Referenced by analyze(), and HcalGainsCheck().
|
private |
Definition at line 64 of file HcalGainsCheck.h.
Referenced by analyze(), and HcalGainsCheck().
|
private |
Definition at line 66 of file HcalGainsCheck.h.
Referenced by utils.BinToBin::__init__(), utils.BinToBin1percent::__init__(), analyze(), utils.BinToBin::checkBinningMatches(), utils.BinToBin1percent::checkBinningMatches(), utils.BinToBin::do_test(), and HcalGainsCheck().
|
private |
Definition at line 71 of file HcalGainsCheck.h.
Referenced by beginJob(), endJob(), ztail.Decoder::follow(), ztail.Decoder::initial_synchronize(), DQMIO2histo.DQMIO::print_index(), electronCompare.flushfile::write(), electronStore.flushfile::write(), and DQMIO2histo.DQMIO::write_to_file().
|
private |
Definition at line 90 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 98 of file HcalGainsCheck.h.
|
private |
Definition at line 91 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 99 of file HcalGainsCheck.h.
|
private |
Definition at line 92 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 100 of file HcalGainsCheck.h.
|
private |
Definition at line 93 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 101 of file HcalGainsCheck.h.
|
private |
Definition at line 86 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 94 of file HcalGainsCheck.h.
|
private |
Definition at line 87 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 95 of file HcalGainsCheck.h.
|
private |
Definition at line 88 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 96 of file HcalGainsCheck.h.
|
private |
Definition at line 89 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 97 of file HcalGainsCheck.h.
|
private |
Definition at line 67 of file HcalGainsCheck.h.
Referenced by analyze(), and HcalGainsCheck().
|
private |
Definition at line 68 of file HcalGainsCheck.h.
Referenced by analyze(), and HcalGainsCheck().
|
private |
Definition at line 69 of file HcalGainsCheck.h.
Referenced by analyze(), and HcalGainsCheck().
|
private |
Definition at line 74 of file HcalGainsCheck.h.
Referenced by beginJob().
|
private |
Definition at line 73 of file HcalGainsCheck.h.
Referenced by beginJob().
|
private |
Definition at line 63 of file HcalGainsCheck.h.
Referenced by analyze(), and HcalGainsCheck().
|
private |
Definition at line 82 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 83 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 84 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 85 of file HcalGainsCheck.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 62 of file HcalGainsCheck.h.
Referenced by beginJob(), endJob(), HcalGainsCheck(), and SimpleTreeProducer.SimpleTreeProducer::write().
|
private |
Definition at line 65 of file HcalGainsCheck.h.
Referenced by analyze(), and HcalGainsCheck().