CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Validation_hcalonly_cfi.py
Go to the documentation of this file.
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 hcalDigiAnalyzer = cms.EDAnalyzer("HcalDigiTester",
21  digiLabel = cms.InputTag("simHcalDigis"),
22  subpedvalue = cms.untracked.bool(True),
23  outputFile = cms.untracked.string('HcalDigisValidationHF.root'),
24  hcalselector = cms.untracked.string('HF')
25 )
26 
27 hcalRecoAnalyzer = cms.EDAnalyzer("HcalRecHitsValidation",
28  outputFile = cms.untracked.string('HcalRecHitsValidationHB.root'),
29  eventype = cms.untracked.string('single'),
30  mc = cms.untracked.string('yes'),
31  sign = cms.untracked.string('*'),
32  hcalselector = cms.untracked.string('HF'),
33  ecalselector = cms.untracked.string('no')
34 )
35 
36 hcalTowerAnalyzer = cms.EDAnalyzer("CaloTowersValidation",
37  outputFile = cms.untracked.string('CaloTowersValidationHB.root'),
38  CaloTowerCollectionLabel = cms.untracked.string('towerMaker'),
39  hcalselector = cms.untracked.string('HB')
40 )
41 
42 
43 DQM.collectorHost = ''
44 
45 
46 VtxSmeared.SigmaX = 0.00001
47 VtxSmeared.SigmaY = 0.00001
48 VtxSmeared.SigmaZ = 0.00001
49 
50 hbheprereco.digiLabel = 'simHcalDigis'
51 horeco.digiLabel = 'simHcalDigis'
52 hfreco.digiLabel = 'simHcalDigis'
Output File Configuration.