New features:
- DQM.schema.xml changes to
accomodate new features in dqm_core: multiple input source Parameter
and Parameter input source containing regular expresion
- DQParameter.InputDataSource changed from single to multi-value
string
- new enumeration attribute DQParameter.InputDataType =
Plain(default), RegularExpression. Attribute value is ignored in case
of multiple input strings.
- AlgorithmConfig::getReference
method is able to read reference from OH server as well as from static
root files.
- Reference hist. is read from Root file:
- path_to_root_file.root:Histogram_path_and_name
Ex:
${TDAQ_INST_PATH}/share/data/ReferenceHistograms.root:CaloClusterVecMon/EtaPhi/EtaPhiCut0
- path_to_root_file.root:
(don't forget the ' : ' ). In this case the reference histogram
path and name is the same as the checked histogram.
Ex:
${TDAQ_INST_PATH}/share/data/ReferenceHistograms.root:
- Reference histogram is read from OH server:
- OH#Server_name.Provider_name.Histogram_name
Ex: OH#Histogramming.LAr._EtaEcut0
Known bugs/To do:
- improve performance on IS.RunParams subscription