Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /DQMServices/Components/README.md is written in an unsupported language. File is not indexed.

0001 DQM Services: Components
0002 ========================
0003 
0004 These packages contain functionality for DQM that is not specific to any data, subsystem or detector. This is the "DQM Framework", provided by the DQM group to allow detector specific code (mostly in `DQM/`, `DQMOffline/` and `Validation/`) to interact with the DQM infrastructure (DQM GUI, Tier0 processing, Online DQM, etc.).
0005 
0006 Package Contents
0007 ----------------
0008 
0009 - `Components/`: Collection of (independent) DQM plugins that handle core functionality. This includes
0010     - `QualityTester`: Applies Quality Tests defined in XML configuration to MEs
0011     - `DQMDaqInfo`: TODO: ?
0012     - `DQMEventInfo`: An analyzer that collects meta data into DQM `MonitorElement`s.
0013     - `DQMHarvestingMetadata`: A havresting module that collects similar data to `DQMEventInfo`.
0014     - `DQMFEDIntegrityClient`: TODO: ?
0015     - `DQMMessageLogger`: Creates histograms of number of EDM error messages.
0016     - `DQMMessageLoggerClient`: Some sort of post-processing on these histograms.
0017     - `DQMFileSaver`: Triggers legacy format saving of DQM output in harvesting jobs. See also: `DQMServices/FileIO`.
0018     - `DQMLumiMonitor`: Some sort of SiPixel based luminosity measurement. Does not belong into this package. Used online only.
0019     - `DQMScalInfo`: Reports some data from Lumi/L1T Scalers. Used online.
0020     - `DQMProvInfo`: Populates the `Info/*Info` histograms.
0021     - `DQMStoreStats`: Provides some DQM self-monitoring (memory etc.) Not used in production.
0022     - `EDMtoMEConverter`: Reads histograms from EDM event files and puts them into DQM. Used for AlCa. See also `DQMServices/FwkIO`.
0023     - `MEtoEDMConverter`: Reads histograms from the DQMStore and saves them into EDM products. Used for AlCa.
0024     - `scripts/`: Tools to acces DQMGUI and to compare/inspect DQM data files.
0025     - `test/`: DQM unit tests.