#include <SiStripAnalyser.h>
Private Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) override |
void | beginJob () override |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override |
void | beginRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
void | checkTrackerFEDs (edm::Event const &e) |
void | endJob () override |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
Private Attributes | |
SiStripActionExecutor | actionExecutor_ |
SiStripClassToMonitorCondData | condDataMon_ |
edm::ESHandle< SiStripDetCabling > | detCabling_ |
bool | endLumiAnalysisOn_ {false} |
edm::ESHandle< SiStripFedCabling > | fedCabling_ |
int | globalStatusFilling_ |
unsigned long long | m_cacheID_ |
int | nEvents_ {} |
int | nLumiSecs_ {} |
std::string | outputFileName_ |
std::string | outputFilePath_ |
bool | printFaultyModuleList_ |
edm::EDGetTokenT< FEDRawDataCollection > | rawDataToken_ |
int | shiftReportFrequency_ |
int | staticUpdateFrequency_ |
int | summaryFrequency_ {-1} |
edm::ParameterSet | tkMapPSet_ |
bool | trackerFEDsFound_ {false} |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
Definition at line 31 of file SiStripAnalyser.h.
SiStripAnalyser::SiStripAnalyser | ( | const edm::ParameterSet & | ps | ) |
Definition at line 40 of file SiStripAnalyser.cc.
References actionExecutor_, MessageLogger_cfi::cerr, groupFilesInBlocks::fin, edm::FileInPath::fullPath(), edm::ParameterSet::getParameter(), globalStatusFilling_, recoMuon::in, printFaultyModuleList_, rawDataToken_, shiftReportFrequency_, staticUpdateFrequency_, AlCaHLTBitMon_QueryRunRegistry::string, summaryFrequency_, and tkMapPSet_.
|
override |
Definition at line 68 of file SiStripAnalyser.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 121 of file SiStripAnalyser.cc.
References actionExecutor_, checkTrackerFEDs(), SiStripActionExecutor::createDummyShiftReport(), SiStripActionExecutor::createShiftReport(), detCabling_, SiStripActionExecutor::fillDummyStatus(), SiStripActionExecutor::fillStatus(), globalStatusFilling_, nEvents_, shiftReportFrequency_, and trackerFEDsFound_.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 75 of file SiStripAnalyser.cc.
References actionExecutor_, and SiStripActionExecutor::readConfiguration().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 114 of file SiStripAnalyser.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 86 of file SiStripAnalyser.cc.
References actionExecutor_, SiStripClassToMonitorCondData::beginRun(), condDataMon_, SiStripActionExecutor::createStatus(), detCabling_, fedCabling_, edm::EventSetup::get(), globalStatusFilling_, m_cacheID_, SiStripActionExecutor::readTkMapConfiguration(), and edm::RunBase::run().
|
private |
Definition at line 192 of file SiStripAnalyser.cc.
References constexpr, DEFINE_FWK_MODULE, edm::Event::getByToken(), mps_fire::i, edm::HandleBase::isValid(), FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, rawDataToken_, and trackerFEDsFound_.
Referenced by analyze().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 180 of file SiStripAnalyser.cc.
References actionExecutor_, gather_cfg::cout, SiStripActionExecutor::printFaultyModuleList(), and printFaultyModuleList_.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 139 of file SiStripAnalyser.cc.
References actionExecutor_, gather_cfg::cout, SiStripActionExecutor::createSummary(), detCabling_, endLumiAnalysisOn_, SiStripActionExecutor::fillDummyStatus(), SiStripActionExecutor::fillStatus(), globalStatusFilling_, edm::LuminosityBlockBase::luminosityBlock(), nLumiSecs_, summaryFrequency_, and trackerFEDsFound_.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 174 of file SiStripAnalyser.cc.
|
private |
Definition at line 50 of file SiStripAnalyser.h.
Referenced by analyze(), beginJob(), beginRun(), endJob(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 49 of file SiStripAnalyser.h.
Referenced by beginRun().
|
private |
Definition at line 64 of file SiStripAnalyser.h.
Referenced by analyze(), beginRun(), and endLuminosityBlock().
|
private |
Definition at line 71 of file SiStripAnalyser.h.
Referenced by endLuminosityBlock().
|
private |
Definition at line 63 of file SiStripAnalyser.h.
Referenced by beginRun().
|
private |
Definition at line 55 of file SiStripAnalyser.h.
Referenced by analyze(), beginRun(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 66 of file SiStripAnalyser.h.
Referenced by beginRun().
|
private |
Definition at line 68 of file SiStripAnalyser.h.
Referenced by analyze().
|
private |
Definition at line 67 of file SiStripAnalyser.h.
Referenced by endLuminosityBlock().
|
private |
Definition at line 61 of file SiStripAnalyser.h.
|
private |
Definition at line 60 of file SiStripAnalyser.h.
|
private |
Definition at line 70 of file SiStripAnalyser.h.
Referenced by endJob(), and SiStripAnalyser().
|
private |
Definition at line 58 of file SiStripAnalyser.h.
Referenced by checkTrackerFEDs(), and SiStripAnalyser().
|
private |
Definition at line 56 of file SiStripAnalyser.h.
Referenced by analyze(), and SiStripAnalyser().
|
private |
Definition at line 54 of file SiStripAnalyser.h.
Referenced by SiStripAnalyser().
|
private |
Definition at line 53 of file SiStripAnalyser.h.
Referenced by endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 51 of file SiStripAnalyser.h.
Referenced by SiStripAnalyser().
|
private |
Definition at line 69 of file SiStripAnalyser.h.
Referenced by analyze(), checkTrackerFEDs(), and endLuminosityBlock().