|
|
Go to the documentation of this file.
45 staticUpdateFrequency_{ps.getUntrackedParameter<
int>(
"StaticUpdateFrequency", 1)},
46 globalStatusFilling_{ps.getUntrackedParameter<
int>(
"GlobalStatusFilling", 1)},
47 shiftReportFrequency_{ps.getUntrackedParameter<
int>(
"ShiftReportFrequency", 1)},
48 rawDataToken_{consumes<FEDRawDataCollection>(ps.getUntrackedParameter<
edm::InputTag>(
"RawDataTag"))},
49 printFaultyModuleList_{ps.getUntrackedParameter<
bool>(
"PrintFaultyModuleList",
true)} {
50 std::string const localPath{
"DQM/SiStripMonitorClient/test/loader.html"};
54 <<
" could not be opened!" << std::endl;
57 edm::LogInfo(
"SiStripAnalyser") <<
" SiStripAnalyser::Creating SiStripAnalyser ";
65 edm::LogInfo(
"SiStripAnalyser") <<
"SiStripAnalyser:: Error to read configuration file!! Summary will "
71 edm::LogInfo(
"SiStripAnalyser") <<
"SiStripAnalyser:: Begining of Run";
77 edm::LogInfo(
"SiStripAnalyser") <<
"SiStripAnalyser::beginRun: "
78 <<
" Change in Cabling, recrated TrackerMap";
80 edm::LogInfo(
"SiStripAnalyser") <<
"SiStripAnalyser:: Error to read configuration file!! TrackerMap "
81 "will not be produced!!!";
94 edm::LogInfo(
"SiStripAnalyser") <<
"SiStripAnalyser:: Begin of LS transition";
114 edm::LogInfo(
"SiStripAnalyser") <<
"SiStripAnalyser:: End of LS transition, "
115 "performing the DQM client operation";
124 std::cout <<
"====================================================== " << std::endl;
126 std::cout <<
"====================================================== " << std::endl;
135 std::cout <<
" Creating Summary " << std::endl;
142 edm::LogInfo(
"SiStripAnalyser") <<
"SiStripAnalyser:: End of Run";
146 edm::LogInfo(
"SiStripAnalyser") <<
"SiStripAnalyser:: endjob called!";
148 std::ostringstream str_val;
161 auto const& rawDataCollection = *rawDataHandle;
165 for (
int i = siStripFedIdMin;
i <= siStripFedIdMax; ++
i) {
166 auto const& fedData = rawDataCollection.FEDData(
i);
167 if (fedData.size() && fedData.data()) {
void beginRun(edm::RunNumber_t iRun, edm::EventSetup const &eSetup)
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override
void beginLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override
T getUntrackedParameter(std::string const &, T const &) const
Log< level::Info, false > LogInfo
~SiStripAnalyser() override
void checkTrackerFEDs(edm::Event const &e)
void printFaultyModuleList(DQMStore &dqm_store, std::ostringstream &str_val)
void fillStatus(DQMStore &dqm_store, edm::ESHandle< SiStripDetCabling > const &fedcabling, edm::EventSetup const &eSetup)
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
#define DEFINE_FWK_MODULE(type)
LuminosityBlockNumber_t luminosityBlock() const
void createShiftReport(DQMStore &dqm_store)
SiStripClassToMonitorCondData condDataMon_
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override
void createStatus(DQMStore &dqm_store)
edm::ESHandle< SiStripDetCabling > detCabling_
bool readTkMapConfiguration(const edm::EventSetup &eSetup)
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override
void createDummyShiftReport()
bool printFaultyModuleList_
SiStripAnalyser(const edm::ParameterSet &ps)
SiStripActionExecutor actionExecutor_
T getParameter(std::string const &) const
void createSummary(DQMStore &dqm_store)
unsigned long long m_cacheID_
edm::EDGetTokenT< FEDRawDataCollection > rawDataToken_
std::string fullPath() const
int shiftReportFrequency_
edm::ESHandle< SiStripFedCabling > fedCabling_