#include <ECALpedestalPCLworker.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) |
virtual void | endJob () |
Static Private Member Functions | |
static bool | adc_compare (uint16_t a, uint16_t b) |
Private Attributes | |
bool | checkSignal_ |
edm::InputTag | digiTagEB_ |
edm::InputTag | digiTagEE_ |
edm::EDGetTokenT< EBDigiCollection > | digiTokenEB_ |
edm::EDGetTokenT< EEDigiCollection > | digiTokenEE_ |
std::string | dqmDir_ |
bool | dynamicBooking_ |
int | fixedBookingCenterBin_ |
std::vector< MonitorElement * > | meEB_ |
std::vector< MonitorElement * > | meEE_ |
int | nBins_ |
uint32_t | pedestalSamples_ |
uint32_t | sThresholdEB_ |
uint32_t | sThresholdEE_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
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: Fill DQM histograms with pedestals. Intended to be used on laser data from the TestEnablesEcalHcal dataset
Definition at line 34 of file ECALpedestalPCLworker.h.
|
explicit |
Definition at line 14 of file ECALpedestalPCLworker.cc.
References checkSignal_, digiTagEB_, digiTagEE_, digiTokenEB_, digiTokenEE_, dqmDir_, dynamicBooking_, fixedBookingCenterBin_, edm::ParameterSet::getParameter(), nBins_, pedestalSamples_, sThresholdEB_, sThresholdEE_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlinestaticprivate |
|
privatevirtual |
Definition at line 38 of file ECALpedestalPCLworker.cc.
References adc_compare(), edm::DataFrame::begin(), edm::DataFrameContainer::begin(), checkSignal_, digiTagEB_, digiTagEE_, edm::DataFrame::end(), edm::DataFrameContainer::end(), HcalObjRepresent::Fill(), EcalDataFrame::frame(), edm::Event::getByLabel(), EBDetId::hashedIndex(), EEDetId::hashedIndex(), meEB_, meEE_, pedestalSamples_, sThresholdEB_, and sThresholdEE_.
|
privatevirtual |
Definition at line 101 of file ECALpedestalPCLworker.cc.
|
privatevirtual |
Implements DQMEDAnalyzer.
Definition at line 121 of file ECALpedestalPCLworker.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::cd(), EBDetId::detIdFromDenseIndex(), EEDetId::detIdFromDenseIndex(), dqmDir_, dynamicBooking_, EcalCondObjectContainer< T >::find(), fixedBookingCenterBin_, edm::EventSetup::get(), mps_fire::i, createfilelist::int, EBDetId::kSizeForDenseIndexing, EEDetId::kSizeForDenseIndexing, hpstanc_transforms::max, meEB_, meEE_, min(), nBins_, DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Definition at line 107 of file ECALpedestalPCLworker.cc.
Referenced by o2olib.O2ORunMgr::executeJob().
|
static |
Definition at line 113 of file ECALpedestalPCLworker.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 57 of file ECALpedestalPCLworker.h.
Referenced by analyze(), and ECALpedestalPCLworker().
|
private |
Definition at line 48 of file ECALpedestalPCLworker.h.
Referenced by analyze(), and ECALpedestalPCLworker().
|
private |
Definition at line 49 of file ECALpedestalPCLworker.h.
Referenced by analyze(), and ECALpedestalPCLworker().
|
private |
Definition at line 50 of file ECALpedestalPCLworker.h.
Referenced by ECALpedestalPCLworker().
|
private |
Definition at line 51 of file ECALpedestalPCLworker.h.
Referenced by ECALpedestalPCLworker().
|
private |
Definition at line 66 of file ECALpedestalPCLworker.h.
Referenced by bookHistograms(), and ECALpedestalPCLworker().
|
private |
Definition at line 63 of file ECALpedestalPCLworker.h.
Referenced by bookHistograms(), and ECALpedestalPCLworker().
|
private |
Definition at line 64 of file ECALpedestalPCLworker.h.
Referenced by bookHistograms(), and ECALpedestalPCLworker().
|
private |
Definition at line 53 of file ECALpedestalPCLworker.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 54 of file ECALpedestalPCLworker.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 65 of file ECALpedestalPCLworker.h.
Referenced by bookHistograms(), and ECALpedestalPCLworker().
|
private |
Definition at line 56 of file ECALpedestalPCLworker.h.
Referenced by analyze(), and ECALpedestalPCLworker().
|
private |
Definition at line 58 of file ECALpedestalPCLworker.h.
Referenced by analyze(), and ECALpedestalPCLworker().
|
private |
Definition at line 61 of file ECALpedestalPCLworker.h.
Referenced by analyze(), and ECALpedestalPCLworker().