#include <SiStripAnalyser.h>
Public Member Functions | |
SiStripAnalyser (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~SiStripAnalyser () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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_ |
edm::EDGetTokenT < FEDRawDataCollection > | rawDataToken_ |
int | shiftReportFrequency_ |
int | staticUpdateFrequency_ |
int | summaryFrequency_ |
int | tkMapFrequency_ |
edm::ParameterSet | tkMapPSet_ |
bool | trackerFEDsFound_ |
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 &) |
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) |
Definition at line 32 of file SiStripAnalyser.h.
SiStripAnalyser::SiStripAnalyser | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 54 of file SiStripAnalyser.cc.
References actionExecutor_, BUF_SIZE, ecal_dqm_sourceclient-live_cfg::cerr, condDataMon_, dqmStore_, endLumiAnalysisOn_, groupFilesInBlocks::fin, contentValuesFiles::fullPath, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), globalStatusFilling_, html_out_, recoMuon::in, cppFunctionSkipper::operator, printFaultyModuleList_, rawDataTag_, rawDataToken_, shiftReportFrequency_, staticUpdateFrequency_, AlCaHLTBitMon_QueryRunRegistry::string, summaryFrequency_, tkMapFrequency_, tkMapPSet_, and trackerFEDsFound_.
|
virtual |
|
privatevirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 156 of file SiStripAnalyser.cc.
References actionExecutor_, checkTrackerFEDs(), SiStripActionExecutor::createDummyShiftReport(), SiStripActionExecutor::createShiftReport(), detCabling_, dqmStore_, SiStripActionExecutor::fillDummyStatus(), SiStripActionExecutor::fillStatus(), globalStatusFilling_, nEvents_, shiftReportFrequency_, and trackerFEDsFound_.
|
privatevirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 114 of file SiStripAnalyser.cc.
References actionExecutor_, nEvents_, nLumiSecs_, SiStripActionExecutor::readConfiguration(), and summaryFrequency_.
|
privatevirtual |
Begin Luminosity Block.
Reimplemented from edm::EDAnalyzer.
Definition at line 150 of file SiStripAnalyser.cc.
|
privatevirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 127 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 260 of file SiStripAnalyser.cc.
References FEDRawData::data(), FEDRawDataCollection::FEDData(), edm::Event::getByToken(), i, edm::HandleBase::isValid(), FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, rawDataToken_, FEDRawData::size(), and trackerFEDsFound_.
Referenced by analyze().
|
privatevirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 249 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 191 of file SiStripAnalyser.cc.
References actionExecutor_, gather_cfg::cout, SiStripActionExecutor::createSummary(), detCabling_, dqmStore_, endLumiAnalysisOn_, SiStripActionExecutor::fillDummyStatus(), SiStripActionExecutor::fillStatus(), globalStatusFilling_, edm::LuminosityBlockBase::luminosityBlock(), nLumiSecs_, summaryFrequency_, and trackerFEDsFound_.
|
privatevirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 243 of file SiStripAnalyser.cc.
|
private |
Definition at line 97 of file SiStripAnalyser.h.
Referenced by analyze(), beginJob(), beginRun(), endJob(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 74 of file SiStripAnalyser.h.
Referenced by beginRun(), and SiStripAnalyser().
|
private |
Definition at line 96 of file SiStripAnalyser.h.
Referenced by analyze(), beginRun(), and endLuminosityBlock().
|
private |
Definition at line 77 of file SiStripAnalyser.h.
Referenced by analyze(), beginRun(), endJob(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 104 of file SiStripAnalyser.h.
Referenced by endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 95 of file SiStripAnalyser.h.
Referenced by beginRun().
|
private |
Definition at line 81 of file SiStripAnalyser.h.
|
private |
Definition at line 85 of file SiStripAnalyser.h.
Referenced by analyze(), beginRun(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 105 of file SiStripAnalyser.h.
Referenced by SiStripAnalyser().
|
private |
Definition at line 99 of file SiStripAnalyser.h.
Referenced by beginRun().
|
private |
Definition at line 101 of file SiStripAnalyser.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 100 of file SiStripAnalyser.h.
Referenced by beginJob(), and endLuminosityBlock().
|
private |
Definition at line 92 of file SiStripAnalyser.h.
|
private |
Definition at line 91 of file SiStripAnalyser.h.
|
private |
Definition at line 103 of file SiStripAnalyser.h.
Referenced by endJob(), and SiStripAnalyser().
|
private |
Definition at line 88 of file SiStripAnalyser.h.
Referenced by SiStripAnalyser().
|
private |
Definition at line 89 of file SiStripAnalyser.h.
Referenced by checkTrackerFEDs(), and SiStripAnalyser().
|
private |
Definition at line 86 of file SiStripAnalyser.h.
Referenced by analyze(), and SiStripAnalyser().
|
private |
Definition at line 84 of file SiStripAnalyser.h.
Referenced by SiStripAnalyser().
|
private |
Definition at line 82 of file SiStripAnalyser.h.
Referenced by beginJob(), endLuminosityBlock(), and SiStripAnalyser().
|
private |
Definition at line 83 of file SiStripAnalyser.h.
Referenced by beginRun(), and SiStripAnalyser().
|
private |
Definition at line 94 of file SiStripAnalyser.h.
Referenced by SiStripAnalyser().
|
private |
Definition at line 102 of file SiStripAnalyser.h.
Referenced by analyze(), checkTrackerFEDs(), endLuminosityBlock(), and SiStripAnalyser().