#include <EcalStatusAnalyzer.h>
Public Types | |
enum | EcalLaserColorType { iBLUE = 0, iGREEN = 1, iRED = 3, iIR = 2 } |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Private Attributes | |
const std::string | _dataType |
int | dccID |
std::vector< int > | dccIDsLas |
std::vector< int > | dccIDsPed |
std::vector< int > | dccIDsTP |
const edm::EDGetTokenT< EcalRawDataCollection > | dccToken_ |
int | event |
const std::string | eventHeaderCollection_ |
const std::string | eventHeaderProducer_ |
int | fedID |
std::vector< int > | fedIDsLas |
std::vector< int > | fedIDsPed |
std::vector< int > | fedIDsTP |
const edm::EDGetTokenT< EcalTBEventHeader > | headToken_ |
int | iEvent |
std::map< int, int > | isFedLasCreated |
std::map< int, int > | isFedPedCreated |
std::map< int, int > | isFedTPCreated |
std::map< int, int > | laserDelayBlue |
std::map< int, int > | laserDelayRed |
std::map< int, int > | laserFilterBlue |
std::map< int, int > | laserFilterRed |
std::map< int, int > | laserPowerBlue |
std::map< int, int > | laserPowerRed |
std::map< int, short > | MEMGainLas |
std::map< int, short > | MEMGainPed |
std::map< int, short > | MEMGainTP |
std::map< int, short > | MGPAGainLas |
std::map< int, short > | MGPAGainPed |
std::map< int, short > | MGPAGainTP |
std::map< int, int > | nBlueLas |
std::map< int, int > | nEvtsLas |
std::map< int, int > | nEvtsPed |
std::map< int, int > | nEvtsTP |
std::map< int, int > | nRedLas |
int | nSM |
const std::string | resdir_ |
int | runNum |
int | runType |
std::map< int, int > | runTypeLas |
std::map< int, int > | runTypePed |
std::map< int, int > | runTypeTP |
const std::string | statusfile_ |
std::map< int, unsigned long long > | timeStampBegLas |
std::map< int, unsigned long long > | timeStampBegPed |
std::map< int, unsigned long long > | timeStampBegTP |
unsigned long long | timeStampCur |
std::map< int, unsigned long long > | timeStampEndLas |
std::map< int, unsigned long long > | timeStampEndPed |
std::map< int, unsigned long long > | timeStampEndTP |
Additional Inherited Members | |
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) |
Definition at line 14 of file EcalStatusAnalyzer.h.
Enumerator | |
---|---|
iBLUE | |
iGREEN | |
iRED | |
iIR |
Definition at line 23 of file EcalStatusAnalyzer.h.
|
explicit |
Definition at line 33 of file EcalStatusAnalyzer.cc.
|
overridedefault |
|
overridevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 65 of file EcalStatusAnalyzer.cc.
References _dataType, EcalTBEventHeader::begBurstTimeSec(), edm::SortedCollection< T, SORT >::begin(), dccID, dccIDsLas, dccIDsPed, dccIDsTP, dccToken_, EcalDCCHeaderBlock::EcalDCCEventSettings::delay, MillePedeFileConverter_cfg::e, edm::SortedCollection< T, SORT >::end(), eventHeaderCollection_, eventHeaderProducer_, fedID, fedIDsLas, fedIDsPed, fedIDsTP, headToken_, iBLUE, iEvent, iIR, isFedLasCreated, isFedPedCreated, isFedTPCreated, edm::HandleBase::isValid(), EcalDCCHeaderBlock::LASER_DELAY_SCAN, EcalDCCHeaderBlock::LASER_GAP, EcalDCCHeaderBlock::LASER_POWER_SCAN, EcalDCCHeaderBlock::LASER_STD, laserDelayBlue, laserDelayRed, EcalDCCHeaderBlock::EcalDCCEventSettings::LaserFilter, laserFilterBlue, laserFilterRed, EcalDCCHeaderBlock::EcalDCCEventSettings::LaserPower, laserPowerBlue, laserPowerRed, PNIntegrityClient_cfi::MEMGain, MEMGainLas, MEMGainPed, MEMGainTP, MGPAGainLas, MGPAGainPed, MGPAGainTP, nBlueLas, nEvtsLas, nEvtsPed, nEvtsTP, nRedLas, nSM, EcalDCCHeaderBlock::PEDESTAL_25NS_SCAN, EcalDCCHeaderBlock::PEDESTAL_OFFSET_SCAN, EcalDCCHeaderBlock::PEDESTAL_STD, edm::Handle< T >::product(), runNum, runType, runTypeLas, runTypePed, runTypeTP, EcalTBEventHeader::smInBeam(), EcalDCCHeaderBlock::TESTPULSE_GAP, EcalDCCHeaderBlock::TESTPULSE_MGPA, EcalDCCHeaderBlock::TESTPULSE_SCAN_MEM, RecoSummaryTask_cfi::Time, timeStampBegLas, timeStampBegPed, timeStampBegTP, timeStampCur, timeStampEndLas, timeStampEndPed, timeStampEndTP, and EcalDCCHeaderBlock::EcalDCCEventSettings::wavelength.
|
overridevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 52 of file EcalStatusAnalyzer.cc.
References fedID, nSM, runNum, and runType.
|
overridevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 252 of file EcalStatusAnalyzer.cc.
References dccIDsLas, dccIDsPed, dccIDsTP, fedIDsLas, fedIDsPed, fedIDsTP, mps_fire::i, laserDelayBlue, laserDelayRed, laserFilterBlue, laserFilterRed, laserPowerBlue, laserPowerRed, MEMGainLas, MEMGainPed, MEMGainTP, MGPAGainLas, MGPAGainPed, MGPAGainTP, nBlueLas, nEvtsLas, nEvtsPed, nEvtsTP, nRedLas, MillePedeFileConverter_cfg::out, resdir_, runTypeLas, runTypePed, runTypeTP, statusfile_, AlCaHLTBitMon_QueryRunRegistry::string, timeStampBegLas, timeStampBegPed, timeStampBegTP, timeStampEndLas, timeStampEndPed, and timeStampEndTP.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 33 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 60 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 49 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 51 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 50 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 39 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 57 of file EcalStatusAnalyzer.h.
Referenced by Types.EventID::cppID(), looper.Looper::process(), and core.AutoHandle.AutoHandle::product().
|
private |
Definition at line 37 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 38 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 59 of file EcalStatusAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 46 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 48 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 47 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 40 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 31 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 42 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 44 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 43 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 84 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 88 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 83 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 87 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 82 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 86 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 74 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 80 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 77 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 73 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 79 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 76 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 91 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 90 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 98 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 95 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 92 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 58 of file EcalStatusAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 35 of file EcalStatusAnalyzer.h.
Referenced by endJob().
|
private |
Definition at line 56 of file EcalStatusAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 55 of file EcalStatusAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 93 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 99 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 96 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 36 of file EcalStatusAnalyzer.h.
Referenced by endJob().
|
private |
Definition at line 64 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 70 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 67 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 62 of file EcalStatusAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 65 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 71 of file EcalStatusAnalyzer.h.
|
private |
Definition at line 68 of file EcalStatusAnalyzer.h.