#include <memory>
#include <iostream>
#include <sstream>
#include <fstream>
#include <string>
#include <vector>
#include <map>
#include <math.h>
#include <bitset>
#include <FWCore/Framework/interface/EDAnalyzer.h>
#include <DQMServices/Core/interface/DQMStore.h>
#include <DQMServices/Core/interface/MonitorElement.h>
#include <FWCore/ServiceRegistry/interface/Service.h>
#include <FWCore/ParameterSet/interface/ParameterSet.h>
#include <FWCore/MessageLogger/interface/MessageLogger.h>
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "DataFormats/FEDRawData/interface/FEDRawData.h"
#include "DataFormats/FEDRawData/interface/FEDNumbering.h"
#include "DataFormats/FEDRawData/interface/FEDRawDataCollection.h"
#include "EventFilter/CSCRawToDigi/interface/CSCDCCEventData.h"
#include "EventFilter/CSCRawToDigi/interface/CSCDCCExaminer.h"
#include "EventFilter/CSCRawToDigi/interface/CSCCFEBData.h"
#include "EventFilter/CSCRawToDigi/interface/CSCCFEBTimeSlice.h"
#include "CondFormats/CSCObjects/interface/CSCCrateMap.h"
#include "CondFormats/DataRecord/interface/CSCCrateMapRcd.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "DQM/CSCMonitorModule/interface/CSCDQM_Summary.h"
#include "DQM/CSCMonitorModule/interface/CSCUtility.h"
Go to the source code of this file.
Classes | |
class | CSCMonitorModule |
Online CSC DQM module. More... | |
Defines | |
#define | DDU_FOLDER "DDUs/" |
#define | EVENTINFO_FOLDER "EventInfo/" |
#define | LOGDEBUG(cat) LogDebug (cat) |
#define | LOGERROR(cat) edm::LogError (cat) |
Include Section. | |
#define | LOGINFO(cat) edm::LogInfo (cat) |
#define | LOGWARNING(cat) edm::LogWarning (cat) |
#define | SUMCONTENTS_FOLDER "EventInfo/reportSummaryContents/" |
#define | SUMMARY_FOLDER "Summary/" |
#define DDU_FOLDER "DDUs/" |
#define EVENTINFO_FOLDER "EventInfo/" |
Definition at line 71 of file CSCMonitorModule.h.
Referenced by CSCMonitorModule::MEEventInfo(), and CSCMonitorModule::setup().
#define LOGDEBUG | ( | cat | ) | LogDebug (cat) |
Definition at line 67 of file CSCMonitorModule.h.
#define LOGERROR | ( | cat | ) | edm::LogError (cat) |
#define LOGINFO | ( | cat | ) | edm::LogInfo (cat) |
Definition at line 66 of file CSCMonitorModule.h.
#define LOGWARNING | ( | cat | ) | edm::LogWarning (cat) |
Definition at line 65 of file CSCMonitorModule.h.
#define SUMCONTENTS_FOLDER "EventInfo/reportSummaryContents/" |
Definition at line 72 of file CSCMonitorModule.h.
Referenced by CSCMonitorModule::MEReportSummaryContents(), and CSCMonitorModule::setup().
#define SUMMARY_FOLDER "Summary/" |
Definition at line 69 of file CSCMonitorModule.h.
Referenced by CSCMonitorModule::MEEMU(), and CSCMonitorModule::setup().