30 :
collection(p_config), processor(p_config), processorFract(p_config) {
48 :
collection(p_config), processor(p_config, itag, coco), processorFract(p_config) {
62 std::bind(&
Cache::getFED, &
cache, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3);
64 std::bind(&
Cache::getDDU, &
cache, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3);
67 std::placeholders::_1,
68 std::placeholders::_2,
69 std::placeholders::_3,
70 std::placeholders::_4,
71 std::placeholders::_5);
86 std::placeholders::_1,
87 std::placeholders::_2,
88 std::placeholders::_3);
108 if (
config->getPREBOOK_ALL_HISTOS()) {
110 for (
HwId FEDId = 750; FEDId < 758; FEDId++) {
116 if (
config->getPROCESS_DDU()) {
118 for (
HwId DDUId = 1; DDUId <= 36; DDUId++) {
125 if (
config->getPROCESS_CSC()) {
127 for (
HwId CrateId = 1; CrateId <= 60; CrateId++) {
128 for (
HwId DMBId = 1; DMBId <= 10; DMBId++) {
138 if (
config->getPROCESS_EFF_PARAMETERS()) {
172 for (
size_t i = 0;
i < parameters.size();
i++) {
174 auto histodef =
HistoDef(parameters[i]);
259 if (
config->getFRAEFF_SEPARATE_THREAD()) {
260 std::function<void()> fnUpdate =
263 threads.create_thread(std::ref(fnUpdate));
278 if (
config->getFRAEFF_SEPARATE_THREAD()) {
279 std::function<void(HWStandbyType&)> fnUpdate =
282 threads.create_thread(std::ref(fnUpdate));
302 const int32_t dataSize,
303 const uint32_t errorStat,
304 const int32_t nodeNumber) {
306 processor.processEvent(data, dataSize, errorStat, nodeNumber);
325 if (standby.process) {
328 config->setIN_FULL_STANDBY(
config->getIN_FULL_STANDBY() && standby.fullStandby());
338 if (standby.fullStandby()) {
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.
std::function< MonitorObject *(const HistoBookRequest &)> fnBook
virtual const HwId getCrateId() const
Get CSC Crate ID.
const bool getEMU(const HistoId &id, MonitorObject *&mo)
Get EMU MO on Histogram Id.
std::function< void(const HistoDef &histoT, MonitorObject *&)> fnPutHisto
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 ...
std::function< bool(const HistoId id, const HwId &id1, MonitorObject *&mo)> fnGetCacheDDUHisto
dispatcher processEvent(e, inputTag, standby)
std::function< bool(const HistoId id, MonitorObject *&mo)> fnGetCacheParHisto
std::function< bool(const unsigned int, const unsigned int, CSCDetId &)> fnGetCSCDetId
Abstract Base Histogram Definition.
std::function< bool(unsigned int &)> fnIsBookedDDU
void eventProcessTimer(const bool start)
Switch on/off event processing timer.
Parameter Histogram Definition.
std::function< bool(unsigned int &, unsigned int &, unsigned int &)> fnNextBookedCSC
EventProcessorMutex processorFract
std::function< bool(const HistoId id, const HwId &id1, const HwId &id2, const HwId &id3, MonitorObject *&mo)> fnGetCacheCSCHisto
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.
const unsigned long getNEventsCSC() const
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.
CSCDQM Framework Global Configuration.
std::function< bool(const HistoDef &histoT, MonitorObject *&)> fnGetHisto
const HistoId getId() const
Get Histogram ID.
const bool getPar(const HistoId &id, MonitorObject *&mo)
Get Parameter MO on Histogram Id.
std::function< bool(const HistoId id, MonitorObject *&mo)> fnGetCacheEMUHisto
unsigned int maskHWElements(std::vector< std::string > &tokens)
Mask HW elements from the efficiency calculations. Can be applied on runtime!
virtual bool getCSCDetId(const unsigned int crateId, const unsigned int dmbId, CSCDetId &detId) const =0
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
std::function< bool(unsigned int &)> fnIsBookedFED
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]
std::function< bool(const HistoId id, const HwId &id1, MonitorObject *&mo)> fnGetCacheFEDHisto
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.
std::function< bool(unsigned int &, unsigned int &)> fnIsBookedCSC
virtual const HwId getFEDId() const
Get FED ID.
void commonConstruct(Configuration *const p_config, MonitorObjectProvider *const p_provider)