#include <EcalDigiDisplay.h>
Protected Member Functions | |
void | readEBDigis (edm::Handle< EBDigiCollection > digis, int Mode) |
void | readEEDigis (edm::Handle< EEDigiCollection > digis, int Mode) |
void | readPNDigis (edm::Handle< EcalPnDiodeDigiCollection > PNs, int Mode) |
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 () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
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) |
Protected Attributes | |
bool | cryDigi |
const std::string | digiProducer_ |
const std::string | ebDigiCollection_ |
const edm::EDGetTokenT < EBDigiCollection > | ebDigiToken_ |
const EcalElectronicsMapping * | ecalElectronicsMap_ |
const edm::ESGetToken < EcalElectronicsMapping, EcalMappingRcd > | ecalMappingToken_ |
const std::string | eeDigiCollection_ |
const edm::EDGetTokenT < EEDigiCollection > | eeDigiToken_ |
EcalFedMap * | fedMap |
bool | inputIsOk |
std::vector< int > | listChannels |
std::vector< int > | listPns |
std::vector< int > | listTowers |
int | mode |
bool | pnDigi |
const edm::EDGetTokenT < EcalPnDiodeDigiCollection > | pnDiodeDigiToken_ |
const edm::EDGetTokenT < EcalRawDataCollection > | rawDataToken_ |
std::vector< std::string > | requestedEbs_ |
std::vector< int > | requestedFeds_ |
bool | ttDigi |
Private Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &c) override |
void | beginRun (edm::Run const &, edm::EventSetup const &c) override |
void | endJob () override |
void | endRun (edm::Run const &, edm::EventSetup const &c) override |
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) |
Definition at line 20 of file EcalDigiDisplay.h.
EcalDigiDisplay::EcalDigiDisplay | ( | const edm::ParameterSet & | ps | ) |
Definition at line 25 of file EcalDigiDisplay.cc.
References cryDigi, fedMap, EcalFedMap::getFedFromSlice(), edm::ParameterSet::getUntrackedParameter(), mps_fire::i, inputIsOk, listChannels, listPns, listTowers, mode, pnDigi, requestedEbs_, requestedFeds_, and ttDigi.
|
override |
Definition at line 163 of file EcalDigiDisplay.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 181 of file EcalDigiDisplay.cc.
References cryDigi, ebDigiToken_, eeDigiToken_, edm::Event::getByToken(), inputIsOk, edm::HandleBase::isValid(), mode, pnDigi, pnDiodeDigiToken_, rawDataToken_, readEBDigis(), readEEDigis(), readPNDigis(), and ttDigi.
|
overrideprivate |
Definition at line 169 of file EcalDigiDisplay.cc.
References ecalElectronicsMap_, ecalMappingToken_, and edm::EventSetup::getData().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 394 of file EcalDigiDisplay.cc.
Referenced by o2olib.O2ORunMgr::executeJob().
|
overrideprivate |
Definition at line 177 of file EcalDigiDisplay.cc.
|
protected |
Definition at line 248 of file EcalDigiDisplay.cc.
References gather_cfg::cout, EcalElectronicsId::dccId(), isotrackApplyRegressor::df, ecalElectronicsMap_, spr::find(), EcalElectronicsMapping::getElectronicsId(), mps_fire::i, inputIsOk, listChannels, listTowers, requestedFeds_, EcalDataFrame::sample(), hgcalTowerProducer_cfi::tower, and groupFilesInBlocks::tt.
Referenced by analyze().
|
protected |
Definition at line 301 of file EcalDigiDisplay.cc.
References gather_cfg::cout, EcalElectronicsId::dccId(), isotrackApplyRegressor::df, ecalElectronicsMap_, spr::find(), EcalElectronicsMapping::getElectronicsId(), mps_fire::i, listChannels, listTowers, requestedFeds_, and EcalDataFrame::sample().
Referenced by analyze().
|
protected |
Definition at line 346 of file EcalDigiDisplay.cc.
References gather_cfg::cout, spr::find(), EcalPnDiodeDetId::iDCCId(), inputIsOk, listPns, and requestedFeds_.
Referenced by analyze().
|
protected |
Definition at line 54 of file EcalDigiDisplay.h.
Referenced by analyze(), and EcalDigiDisplay().
|
protected |
Definition at line 42 of file EcalDigiDisplay.h.
|
protected |
Definition at line 40 of file EcalDigiDisplay.h.
|
protected |
Definition at line 45 of file EcalDigiDisplay.h.
Referenced by analyze().
|
protected |
Definition at line 64 of file EcalDigiDisplay.h.
Referenced by beginRun(), readEBDigis(), and readEEDigis().
|
protected |
Definition at line 48 of file EcalDigiDisplay.h.
Referenced by beginRun().
|
protected |
Definition at line 41 of file EcalDigiDisplay.h.
|
protected |
Definition at line 46 of file EcalDigiDisplay.h.
Referenced by analyze().
|
protected |
Definition at line 38 of file EcalDigiDisplay.h.
Referenced by EcalDigiDisplay().
|
protected |
Definition at line 53 of file EcalDigiDisplay.h.
Referenced by analyze(), EcalDigiDisplay(), readEBDigis(), and readPNDigis().
|
protected |
Definition at line 60 of file EcalDigiDisplay.h.
Referenced by EcalDigiDisplay(), readEBDigis(), and readEEDigis().
|
protected |
Definition at line 62 of file EcalDigiDisplay.h.
Referenced by EcalDigiDisplay(), and readPNDigis().
|
protected |
Definition at line 61 of file EcalDigiDisplay.h.
Referenced by EcalDigiDisplay(), readEBDigis(), and readEEDigis().
|
protected |
Definition at line 58 of file EcalDigiDisplay.h.
Referenced by analyze(), and EcalDigiDisplay().
|
protected |
Definition at line 56 of file EcalDigiDisplay.h.
Referenced by analyze(), and EcalDigiDisplay().
|
protected |
Definition at line 47 of file EcalDigiDisplay.h.
Referenced by analyze().
|
protected |
Definition at line 44 of file EcalDigiDisplay.h.
Referenced by analyze().
|
protected |
Definition at line 51 of file EcalDigiDisplay.h.
Referenced by EcalDigiDisplay().
|
protected |
Definition at line 50 of file EcalDigiDisplay.h.
Referenced by EcalDigiDisplay(), readEBDigis(), readEEDigis(), and readPNDigis().
|
protected |
Definition at line 55 of file EcalDigiDisplay.h.
Referenced by analyze(), and EcalDigiDisplay().