30 collection(p_config), processor(p_config), processorFract(p_config) {
96 if (
config->getPREBOOK_ALL_HISTOS()) {
99 for (
HwId FEDId = 750; FEDId < 758; FEDId++) {
105 if (
config->getPROCESS_DDU()) {
107 for (
HwId DDUId = 1; DDUId <= 36; DDUId++) {
114 if (
config->getPROCESS_CSC()) {
116 for (
HwId CrateId = 1; CrateId <= 60; CrateId++) {
117 for (
HwId DMBId = 1; DMBId <=10; DMBId++) {
118 if (DMBId == 6)
continue;
126 if (
config->getPROCESS_EFF_PARAMETERS()) {
161 for (
size_t i = 0;
i < parameters.size();
i++) {
163 auto histodef =
HistoDef(parameters[i]);
196 if (
cache.
get(histoD, me))
return true;
202 if (
cache.
get(histoD, me))
return true;
214 if (
cache.
get(histoD, me))
return true;
236 if (
config->getFRAEFF_AUTO_UPDATE() &&
237 (
config->getNEventsCSC() >=
config->getFRAEFF_AUTO_UPDATE_START()) &&
238 (
config->getNEventsCSC() %
config->getFRAEFF_AUTO_UPDATE_FREQ()) == 0) {
249 if (
config->getFRAEFF_SEPARATE_THREAD()) {
252 threads.create_thread(boost::ref(fnUpdate));
267 if (
config->getFRAEFF_SEPARATE_THREAD()) {
270 threads.create_thread(boost::ref(fnUpdate));
290 config->eventProcessTimer(
true);
291 processor.processEvent(data, dataSize, errorStat, nodeNumber);
292 config->eventProcessTimer(
false);
307 config->eventProcessTimer(
true);
332 config->eventProcessTimer(
false);
const bool getFED(const HistoId &id, const HwId &fedId, MonitorObject *&mo)
Get FED MO on Histogram Id and FED Id.
void init()
Initialize Dispatcher: book histograms, init processor, etc.
static const std::type_info & FEDHistoDefT
const bool isBookedDDU(const HwId &dduId) const
Check if DDU was booked on given identifier.
const HistoName & getHistoName() const
Get raw histogram name.
virtual const HwId getCrateId() const
Get CSC Crate ID.
const bool getEMU(const HistoId &id, MonitorObject *&mo)
Get EMU MO on Histogram Id.
void bookEMUHistos() const
Book EMU histograms.
void updateFractionAndEfficiencyHistos()
On demand update fraction and efficiency MOs.
const bool nextBookedCSC(unsigned int &n, unsigned int &crateId, unsigned int &dmbId) const
Iterator to get booked CSC identifiers on enumerator.
Monitoring Object interface used to cover Root object and provide common interface to EventProcessor ...
dispatcher processEvent(e, inputTag, standby)
Abstract Base Histogram Definition.
Parameter Histogram Definition.
EventProcessorMutex processorFract
const bool isOnDemand(const HistoName &name) const
Check if the histogram is on demand (by histogram name)
virtual const HwId getDDUId() const
Get DDU ID.
void init()
Initialize EventProcessor: reading out config information.
void updateFractionAndEfficiencyHistosAuto()
Automatically called fraction and efficiency MOs update function.
void processStandby(HWStandbyType &standby)
Set HW Standby modes.
unsigned int maskHWElements(std::vector< std::string > &tokens)
Mask HW elements from the efficiency calculations. Can be applied on runtime!
virtual MonitorObject * bookMonitorObject(const HistoBookRequest &p_req)=0
Dispatcher(Configuration *const p_config, MonitorObjectProvider *const p_provider)
Constructor.
virtual bool getCSCDetId(const unsigned int crateId, const unsigned int dmbId, CSCDetId &detId) const =0
CSCDQM Framework Global Configuration.
const HistoId getId() const
Get Histogram ID.
const bool getPar(const HistoId &id, MonitorObject *&mo)
Get Parameter MO on Histogram Id.
unsigned int maskHWElements(std::vector< std::string > &tokens)
Mask HW elements from the efficiency calculations. Can be applied on runtime!
static const std::type_info & CSCHistoDefT
void processStandby(HWStandbyType &standby)
Process standby information.
void load()
Load XML file and fill definition map(s)
static const std::type_info & ParHistoDefT
void bookFEDHistos(const HwId fedId) const
Book FED histograms.
virtual const HwId getDMBId() const
Get CSC DMB ID.
const bool getHisto(const HistoDef &histoD, MonitorObject *&me)
Global get MO function. If request has reached this function it means that histo is not in cache! ...
const bool getDDU(const HistoId &id, const HwId &dduId, MonitorObject *&mo)
Get DDU MO on Histogram Id and DDU Id.
static const std::type_info & DDUHistoDefT
void bookDDUHistos(const HwId dduId) const
Book DDU histograms.
void put(const HistoDef &histo, MonitorObject *mo)
Put Monitoring Object into cache.
char data[epos_bytes_allocation]
const bool isBookedCSC(const HwId &crateId, const HwId &dmbId) const
Check if CSC was booked on given identifiers.
void bookCSCHistos(const HwId crateId, const HwId dmbId) const
Book Chamber Histograms.
const bool get(const HistoDef &histo, MonitorObject *&mo)
Get Monitoring Object on Histogram Definition.
MonitorObjectProvider * provider
Interface for Histogram providing objects. Used by Event Processor to retrieve MonitorObject 's and b...
const bool getCSC(const HistoId &id, const HwId &crateId, const HwId &dmbId, const HwId &addId, MonitorObject *&mo)
Get CSC MO on Histogram Id and CSC Crate and DMB Ids.
void updateFractionAndEfficiencyHistos()
Update Fraction and Efficiency histograms.
virtual const HwId getAddId() const
Get CSC Additional ID (used to store Layer, CLCT, ALCT and other identifiers.
const bool isBookedFED(const HwId &fedId) const
Check if FED was booked on given identifier.
virtual const HwId getFEDId() const
Get FED ID.
void commonConstruct(Configuration *const p_config, MonitorObjectProvider *const p_provider)