#include <TrackingAnalyzer.h>
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 | |
TrackingActionExecutor * | actionExecutor_ |
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_ |
edm::EDGetTokenT < FEDRawDataCollection > | rawDataToken_ |
int | shiftReportFrequency_ |
int | staticUpdateFrequency_ |
edm::ParameterSet | tkMapPSet_ |
bool | trackerFEDsFound_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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 24 of file TrackingAnalyzer.h.
TrackingAnalyser::TrackingAnalyser | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 46 of file TrackingAnalyzer.cc.
References actionExecutor_, BUF_SIZE, dtNoiseDBValidation_cfg::cerr, dqmStore_, endLumiAnalysisOn_, groupFilesInBlocks::fin, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), globalStatusFilling_, html_out_, recoMuon::in, cppFunctionSkipper::operator, rawDataToken_, shiftReportFrequency_, staticUpdateFrequency_, AlCaHLTBitMon_QueryRunRegistry::string, tkMapPSet_, and trackerFEDsFound_.
|
virtual |
|
privatevirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 127 of file TrackingAnalyzer.cc.
References actionExecutor_, checkTrackerFEDs(), gather_cfg::cout, TrackingActionExecutor::createDummyShiftReport(), TrackingActionExecutor::createShiftReport(), dqmStore_, TrackingActionExecutor::fillDummyGlobalStatus(), TrackingActionExecutor::fillGlobalStatus(), globalStatusFilling_, nEvents_, shiftReportFrequency_, and trackerFEDsFound_.
|
privatevirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 95 of file TrackingAnalyzer.cc.
References nEvents_, and nLumiSecs_.
|
privatevirtual |
Begin Luminosity Block.
Reimplemented from edm::EDAnalyzer.
Definition at line 121 of file TrackingAnalyzer.cc.
|
privatevirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 103 of file TrackingAnalyzer.cc.
References actionExecutor_, gather_cfg::cout, TrackingActionExecutor::createGlobalStatus(), detCabling_, dqmStore_, fedCabling_, edm::EventSetup::get(), globalStatusFilling_, and m_cacheID_.
|
private |
Definition at line 181 of file TrackingAnalyzer.cc.
References FEDRawData::data(), FEDRawDataCollection::FEDData(), edm::Event::getByToken(), i, edm::HandleBase::isValid(), FEDNumbering::MAXSiPixelFEDID, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiPixelFEDID, FEDNumbering::MINSiStripFEDID, rawDataToken_, FEDRawData::size(), and trackerFEDsFound_.
Referenced by analyze().
|
privatevirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 175 of file TrackingAnalyzer.cc.
|
privatevirtual |
End Luminosity Block.
Reimplemented from edm::EDAnalyzer.
Definition at line 145 of file TrackingAnalyzer.cc.
References actionExecutor_, gather_cfg::cout, dqmStore_, endLumiAnalysisOn_, TrackingActionExecutor::fillDummyLSStatus(), TrackingActionExecutor::fillStatusAtLumi(), globalStatusFilling_, edm::LuminosityBlockBase::luminosityBlock(), nLumiSecs_, and trackerFEDsFound_.
|
privatevirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 169 of file TrackingAnalyzer.cc.
|
private |
Definition at line 79 of file TrackingAnalyzer.h.
Referenced by analyze(), beginRun(), endLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 78 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 64 of file TrackingAnalyzer.h.
Referenced by analyze(), beginRun(), endLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 85 of file TrackingAnalyzer.h.
Referenced by endLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 77 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 66 of file TrackingAnalyzer.h.
|
private |
Definition at line 68 of file TrackingAnalyzer.h.
Referenced by analyze(), beginRun(), endLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 86 of file TrackingAnalyzer.h.
Referenced by TrackingAnalyser().
|
private |
Definition at line 81 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 83 of file TrackingAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 82 of file TrackingAnalyzer.h.
Referenced by beginJob(), and endLuminosityBlock().
|
private |
Definition at line 74 of file TrackingAnalyzer.h.
|
private |
Definition at line 73 of file TrackingAnalyzer.h.
|
private |
Definition at line 71 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDs(), and TrackingAnalyser().
|
private |
Definition at line 69 of file TrackingAnalyzer.h.
Referenced by analyze(), and TrackingAnalyser().
|
private |
Definition at line 67 of file TrackingAnalyzer.h.
Referenced by TrackingAnalyser().
|
private |
Definition at line 76 of file TrackingAnalyzer.h.
Referenced by TrackingAnalyser().
|
private |
Definition at line 84 of file TrackingAnalyzer.h.
Referenced by analyze(), checkTrackerFEDs(), endLuminosityBlock(), and TrackingAnalyser().