![]() |
![]() |
#include <SiStripAnalyser.h>
Public Member Functions | |
void | defaultWebPage (xgi::Input *in, xgi::Output *out) |
void | publish (xdata::InfoSpace *) |
SiStripAnalyser (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~SiStripAnalyser () |
Destructor. More... | |
![]() | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
![]() | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
![]() | |
ModuleWeb (const std::string &) | |
virtual void | publishToXmas (xdata::InfoSpace *) |
virtual | ~ModuleWeb () |
Private Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) |
Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) |
Begin Luminosity Block. More... | |
void | beginRun (edm::Run const &run, edm::EventSetup const &eSetup) |
BeginRun. More... | |
void | checkTrackerFEDs (edm::Event const &e) |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) |
End Luminosity Block. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) |
EndRun. More... | |
Private Attributes | |
SiStripActionExecutor * | actionExecutor_ |
SiStripClassToMonitorCondData * | condDataMon_ |
edm::ESHandle< SiStripDetCabling > | detCabling_ |
DQMStore * | dqmStore_ |
bool | endLumiAnalysisOn_ |
edm::ESHandle< SiStripFedCabling > | fedCabling_ |
int | fileSaveFrequency_ |
int | globalStatusFilling_ |
std::ostringstream | html_out_ |
unsigned long long | m_cacheID_ |
int | nEvents_ |
int | nLumiSecs_ |
std::string | outputFileName_ |
std::string | outputFilePath_ |
bool | printFaultyModuleList_ |
edm::InputTag | rawDataTag_ |
int | shiftReportFrequency_ |
SiStripWebInterface * | sistripWebInterface_ |
int | staticUpdateFrequency_ |
int | summaryFrequency_ |
int | tkMapFrequency_ |
edm::ParameterSet | tkMapPSet_ |
bool | trackerFEDsFound_ |
Additional Inherited Members | |
![]() | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
![]() | |
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) |
![]() | |
std::string | moduleName_ |
Definition at line 33 of file SiStripAnalyser.h.
SiStripAnalyser::SiStripAnalyser | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 66 of file SiStripAnalyser.cc.
References actionExecutor_, BUF_SIZE, dtNoiseDBValidation_cfg::cerr, condDataMon_, dqmStore_, endLumiAnalysisOn_, groupFilesInBlocks::fin, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), globalStatusFilling_, html_out_, recoMuon::in, cppFunctionSkipper::operator, printFaultyModuleList_, rawDataTag_, shiftReportFrequency_, sistripWebInterface_, staticUpdateFrequency_, AlCaHLTBitMon_QueryRunRegistry::string, summaryFrequency_, tkMapFrequency_, tkMapPSet_, and trackerFEDsFound_.
|
virtual |
|
privatevirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 169 of file SiStripAnalyser.cc.
References actionExecutor_, checkTrackerFEDs(), SiStripWebInterface::clearConDBPlotRequests(), condDataMon_, SiStripActionExecutor::createDummyShiftReport(), SiStripWebInterface::CreatePlots, SiStripActionExecutor::createShiftReport(), detCabling_, dqmStore_, SiStripActionExecutor::fillDummyStatus(), SiStripActionExecutor::fillStatus(), SiStripWebInterface::getConDBPlotParameters(), SiStripClassToMonitorCondData::getLayerMEsOnDemand(), SiStripClassToMonitorCondData::getModMEsOnDemand(), SiStripWebInterface::getNumberOfConDBPlotRequest(), globalStatusFilling_, nEvents_, SiStripWebInterface::performAction(), SiStripWebInterface::setActionFlag(), shiftReportFrequency_, sistripWebInterface_, AlCaHLTBitMon_QueryRunRegistry::string, and trackerFEDsFound_.
|
privatevirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 127 of file SiStripAnalyser.cc.
References actionExecutor_, nEvents_, nLumiSecs_, SiStripActionExecutor::readConfiguration(), and summaryFrequency_.
|
privatevirtual |
Begin Luminosity Block.
Reimplemented from edm::EDAnalyzer.
Definition at line 163 of file SiStripAnalyser.cc.
|
privatevirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 140 of file SiStripAnalyser.cc.
References actionExecutor_, SiStripClassToMonitorCondData::beginRun(), condDataMon_, SiStripActionExecutor::createStatus(), detCabling_, dqmStore_, fedCabling_, edm::EventSetup::get(), globalStatusFilling_, m_cacheID_, SiStripActionExecutor::readTkMapConfiguration(), and tkMapFrequency_.
|
private |
Definition at line 268 of file SiStripAnalyser.cc.
References FEDRawData::data(), FEDRawDataCollection::FEDData(), edm::Event::getByLabel(), i, edm::HandleBase::isValid(), FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, rawDataTag_, FEDRawData::size(), and trackerFEDsFound_.
Referenced by analyze().
|
virtual |
Reimplemented from evf::ModuleWeb.
Definition at line 288 of file SiStripAnalyser.cc.
References detCabling_, endLumiAnalysisOn_, SiStripWebInterface::handleAnalyserRequest(), html_out_, nEvents_, sistripWebInterface_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 257 of file SiStripAnalyser.cc.
References actionExecutor_, gather_cfg::cout, dqmStore_, SiStripActionExecutor::printFaultyModuleList(), and printFaultyModuleList_.
|
privatevirtual |
End Luminosity Block.
Reimplemented from edm::EDAnalyzer.
Definition at line 203 of file SiStripAnalyser.cc.
References actionExecutor_, gather_cfg::cout, SiStripActionExecutor::createSummary(), SiStripActionExecutor::createTkMap(), detCabling_, dqmStore_, endLumiAnalysisOn_, SiStripActionExecutor::fillDummyStatus(), SiStripActionExecutor::fillStatus(), SiStripWebInterface::getTkMapType(), globalStatusFilling_, edm::LuminosityBlockBase::luminosityBlock(), nLumiSecs_, SiStripWebInterface::performAction(), SiStripWebInterface::PlotHistogramFromLayout, SiStripWebInterface::setActionFlag(), sistripWebInterface_, staticUpdateFrequency_, AlCaHLTBitMon_QueryRunRegistry::string, summaryFrequency_, tkMapFrequency_, tkMapPSet_, and trackerFEDsFound_.
|
privatevirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 251 of file SiStripAnalyser.cc.
|
inlinevirtual |
|
private |
Definition at line 96 of file SiStripAnalyser.h.
Referenced by analyze(), beginJob(), beginRun(), endJob(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 75 of file SiStripAnalyser.h.
Referenced by analyze(), beginRun(), and SiStripAnalyser().
|
private |
Definition at line 95 of file SiStripAnalyser.h.
Referenced by analyze(), beginRun(), defaultWebPage(), and endLuminosityBlock().
|
private |
Definition at line 78 of file SiStripAnalyser.h.
Referenced by analyze(), beginRun(), endJob(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 103 of file SiStripAnalyser.h.
Referenced by defaultWebPage(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 94 of file SiStripAnalyser.h.
Referenced by beginRun().
|
private |
Definition at line 82 of file SiStripAnalyser.h.
|
private |
Definition at line 86 of file SiStripAnalyser.h.
Referenced by analyze(), beginRun(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 104 of file SiStripAnalyser.h.
Referenced by defaultWebPage(), and SiStripAnalyser().
|
private |
Definition at line 98 of file SiStripAnalyser.h.
Referenced by beginRun().
|
private |
Definition at line 100 of file SiStripAnalyser.h.
Referenced by analyze(), beginJob(), and defaultWebPage().
|
private |
Definition at line 99 of file SiStripAnalyser.h.
Referenced by beginJob(), and endLuminosityBlock().
|
private |
Definition at line 91 of file SiStripAnalyser.h.
|
private |
Definition at line 90 of file SiStripAnalyser.h.
|
private |
Definition at line 102 of file SiStripAnalyser.h.
Referenced by endJob(), and SiStripAnalyser().
|
private |
Definition at line 88 of file SiStripAnalyser.h.
Referenced by checkTrackerFEDs(), and SiStripAnalyser().
|
private |
Definition at line 87 of file SiStripAnalyser.h.
Referenced by analyze(), and SiStripAnalyser().
|
private |
Definition at line 80 of file SiStripAnalyser.h.
Referenced by analyze(), defaultWebPage(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 85 of file SiStripAnalyser.h.
Referenced by endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 83 of file SiStripAnalyser.h.
Referenced by beginJob(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 84 of file SiStripAnalyser.h.
Referenced by beginRun(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 93 of file SiStripAnalyser.h.
Referenced by endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 101 of file SiStripAnalyser.h.
Referenced by analyze(), checkTrackerFEDs(), endLuminosityBlock(), and SiStripAnalyser().