Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from Configuration.StandardSequences.SimulationRandomNumberGeneratorSeeds_cff import *
00004 from IOMC.EventVertexGenerators.VtxSmearedGauss_cfi import *
00005 from Configuration.StandardSequences.Simulation_cff import *
00006 from SimGeneral.MixingModule.mixNoPU_cfi import *
00007 from Configuration.StandardSequences.Reconstruction_cff import *
00008 from Configuration.StandardSequences.FrontierConditions_GlobalTag_cff import *
00009 GlobalTag.globaltag = 'MC_31X_V3::All'
00010
00011 from DQMServices.Core.DQM_cfg import *
00012 MessageLogger = cms.Service("MessageLogger")
00013
00014 source = cms.Source("PoolSource",
00015 debugFlag = cms.untracked.bool(True),
00016 debugVebosity = cms.untracked.uint32(10),
00017 fileNames = cms.untracked.vstring('file:/afs/cern.ch/cms/data/CMSSW/Validation/HcalHits/data/1_4_x/mc_pi+100_etaphi44.root')
00018 )
00019
00020 hcalDigiAnalyzer = cms.EDAnalyzer("HcalDigiTester",
00021 digiLabel = cms.InputTag("simHcalDigis"),
00022 subpedvalue = cms.untracked.bool(True),
00023 outputFile = cms.untracked.string('HcalDigisValidationHF.root'),
00024 hcalselector = cms.untracked.string('HF')
00025 )
00026
00027 hcalRecoAnalyzer = cms.EDAnalyzer("HcalRecHitsValidation",
00028 outputFile = cms.untracked.string('HcalRecHitsValidationHB.root'),
00029 eventype = cms.untracked.string('single'),
00030 mc = cms.untracked.string('yes'),
00031 sign = cms.untracked.string('*'),
00032 hcalselector = cms.untracked.string('HF'),
00033 ecalselector = cms.untracked.string('no')
00034 )
00035
00036 hcalTowerAnalyzer = cms.EDAnalyzer("CaloTowersValidation",
00037 outputFile = cms.untracked.string('CaloTowersValidationHB.root'),
00038 CaloTowerCollectionLabel = cms.untracked.string('towerMaker'),
00039 hcalselector = cms.untracked.string('HB')
00040 )
00041
00042
00043 DQM.collectorHost = ''
00044
00045
00046 VtxSmeared.SigmaX = 0.00001
00047 VtxSmeared.SigmaY = 0.00001
00048 VtxSmeared.SigmaZ = 0.00001
00049
00050 hbheprereco.digiLabel = 'simHcalDigis'
00051 horeco.digiLabel = 'simHcalDigis'
00052 hfreco.digiLabel = 'simHcalDigis'