CMS 3D CMS Logo

Validation_hcalonly_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
9 GlobalTag.globaltag = 'MC_31X_V3::All'
10 
11 from DQMServices.Core.DQM_cfg import *
12 MessageLogger = cms.Service("MessageLogger")
13 
14 source = cms.Source("PoolSource",
15  debugFlag = cms.untracked.bool(True),
16  debugVebosity = cms.untracked.uint32(10),
17  fileNames = cms.untracked.vstring('file:/afs/cern.ch/cms/data/CMSSW/Validation/HcalHits/data/1_4_x/mc_pi+100_etaphi44.root')
18 )
19 
20 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
21 hcalDigiAnalyzer = DQMEDAnalyzer('HcalDigiTester',
22  digiLabel = cms.InputTag("simHcalDigis"),
23  subpedvalue = cms.untracked.bool(True),
24  outputFile = cms.untracked.string('HcalDigisValidationHF.root'),
25  hcalselector = cms.untracked.string('HF')
26 )
27 
28 hcalRecoAnalyzer = DQMEDAnalyzer('HcalRecHitsValidation',
29  outputFile = cms.untracked.string('HcalRecHitsValidationHB.root'),
30  eventype = cms.untracked.string('single'),
31  mc = cms.untracked.string('yes'),
32  sign = cms.untracked.string('*'),
33  hcalselector = cms.untracked.string('HF'),
34  ecalselector = cms.untracked.string('no')
35 )
36 
37 hcalTowerAnalyzer = DQMEDAnalyzer('CaloTowersValidation',
38  outputFile = cms.untracked.string('CaloTowersValidationHB.root'),
39  CaloTowerCollectionLabel = cms.untracked.string('towerMaker'),
40  hcalselector = cms.untracked.string('HB')
41 )
42 
43 
44 DQM.collectorHost = ''
45 
46 
47 VtxSmeared.SigmaX = 0.00001
48 VtxSmeared.SigmaY = 0.00001
49 VtxSmeared.SigmaZ = 0.00001
50 
51 hbheprereco.digiLabel = 'simHcalDigis'
52 horeco.digiLabel = 'simHcalDigis'
53 hfreco.digiLabel = 'simHcalDigis'
Output File Configuration.