#include <EcalPulseShapeGrapher.h>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | endJob () override |
std::string | intToString (int) |
Private Attributes | |
int | abscissa [10] |
int | ampCut_ |
std::map< int, TH1F * > | ampHistMap_ |
std::map< int, TH1F * > | cutAmpHistMap_ |
const edm::EDGetTokenT< EBDigiCollection > | EBDigis_ |
const edm::EDGetTokenT< EcalUncalibratedRecHitCollection > | EBUncalibratedRecHitCollection_ |
const edm::EDGetTokenT< EEDigiCollection > | EEDigis_ |
const edm::EDGetTokenT< EcalUncalibratedRecHitCollection > | EEUncalibratedRecHitCollection_ |
EcalFedMap * | fedMap_ |
TFile * | file_ |
std::map< int, TH1F * > | firstSampleHistMap_ |
std::vector< int > | listChannels_ |
int | ordinate [10] |
std::map< int, TH2F * > | pulseShapeHistMap_ |
std::map< int, TH2F * > | rawPulseShapeHistMap_ |
std::string | rootFilename_ |
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 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) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 46 of file EcalPulseShapeGrapher.h.
|
explicit |
Definition at line 32 of file EcalPulseShapeGrapher.cc.
References abscissa, ampHistMap_, cutAmpHistMap_, fedMap_, firstSampleHistMap_, edm::ParameterSet::getUntrackedParameter(), mps_fire::i, intToString(), listChannels_, Skims_PA_cff::name, pulseShapeHistMap_, rawPulseShapeHistMap_, AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.
|
overridedefault |
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 85 of file EcalPulseShapeGrapher.cc.
References ampCut_, ampHistMap_, CustomPhysics_cfi::amplitude, edm::SortedCollection< T, SORT >::begin(), edm::DataFrameContainer::begin(), cutAmpHistMap_, EcalElectronicsId::dccId(), hgcalPerformanceValidation::df, EBDigis_, EBUncalibratedRecHitCollection_, EEDigis_, EEUncalibratedRecHitCollection_, edm::SortedCollection< T, SORT >::end(), edm::DataFrameContainer::end(), fedMap_, firstSampleHistMap_, PedestalClient_cfi::gain, EcalFedMap::getSliceFromFed(), EBDetId::hashedIndex(), EEDetId::hashedIndex(), mps_fire::i, hit::id, iEvent, createfilelist::int, listChannels_, EcalCondDBWriter_cfi::pedestal, pulseShapeHistMap_, rawPulseShapeHistMap_, and findQualityFiles::size.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 216 of file EcalPulseShapeGrapher.cc.
References ampHistMap_, cutAmpHistMap_, file_, firstSampleHistMap_, listChannels_, rawPulseShapeHistMap_, rootFilename_, and RandomServiceHelper::t2.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 236 of file EcalPulseShapeGrapher.cc.
References EgammaValidation_cff::num.
Referenced by EcalPulseShapeGrapher().
|
private |
Definition at line 62 of file EcalPulseShapeGrapher.h.
Referenced by EcalPulseShapeGrapher().
|
private |
Definition at line 71 of file EcalPulseShapeGrapher.h.
Referenced by analyze().
|
private |
Definition at line 65 of file EcalPulseShapeGrapher.h.
Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().
|
private |
Definition at line 69 of file EcalPulseShapeGrapher.h.
Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().
|
private |
Definition at line 58 of file EcalPulseShapeGrapher.h.
Referenced by analyze().
|
private |
Definition at line 57 of file EcalPulseShapeGrapher.h.
Referenced by analyze().
|
private |
Definition at line 60 of file EcalPulseShapeGrapher.h.
Referenced by analyze().
|
private |
Definition at line 59 of file EcalPulseShapeGrapher.h.
Referenced by analyze().
|
private |
Definition at line 76 of file EcalPulseShapeGrapher.h.
Referenced by analyze(), and EcalPulseShapeGrapher().
|
private |
Definition at line 74 of file EcalPulseShapeGrapher.h.
Referenced by endJob().
|
private |
Definition at line 67 of file EcalPulseShapeGrapher.h.
Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().
|
private |
Definition at line 64 of file EcalPulseShapeGrapher.h.
Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().
|
private |
Definition at line 63 of file EcalPulseShapeGrapher.h.
|
private |
Definition at line 66 of file EcalPulseShapeGrapher.h.
Referenced by analyze(), and EcalPulseShapeGrapher().
|
private |
Definition at line 68 of file EcalPulseShapeGrapher.h.
Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().
|
private |
Definition at line 72 of file EcalPulseShapeGrapher.h.
Referenced by endJob().