CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
autoDQM.py
Go to the documentation of this file.
1 autoDQM = { 'common' : ['DQMOfflineCommon',
2  'DQMHarvestCommon+DQMCertCommon'],
3  'commonSiStripZeroBias' : ['DQMOfflineCommonSiStripZeroBias',
4  'DQMHarvestCommonSiStripZeroBias+DQMCertCommon'],
5  'muon': ['DQMOfflineMuon',
6  'DQMHarvestMuon+DQMCertMuon'],
7  'hcal': ['DQMOfflineHcal',
8  'DQMHarvestHcal+DQMCertHcal'],
9  'jetmet': ['DQMOfflineJetMET',
10  'DQMHarvestJetMET+DQMCertJetMET'],
11  'ecal': ['DQMOfflineEcal',
12  'DQMHarvestEcal+DQMCertEcal'],
13  'egamma': ['DQMOfflineEGamma',
14  'DQMHarvestEGamma'],
15  'btag': ['DQMOfflineBTag',
16  'DQMHarvestBTag'],
17  'express': ['@commonSiStripZeroBias+@muon+@hcal+@jetmet+@ecal',
18  '@commonSiStripZeroBias+@muon+@hcal+@jetmet+@ecal'],
19  'allForPrompt': ['@common+@muon+@hcal+@jetmet+@ecal',
20  '@common+@muon+@hcal+@jetmet+@ecal']
21  }
22