CMS 3D CMS Logo

L1THCALTPGXAna_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #      { string record = "HcalElectronicsMapRcd" string tag = "official_emap_16x_9Nov07" },
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 from CondCore.DBCommon.CondDBSetup_cfi import *
00008 from EventFilter.hcalRawToDigi.HcalRawToDigi_cfi import *
00009 from RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_hbhe_cfi import *
00010 from RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_ho_cfi import *
00011 from RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_hf_cfi import *
00012 from DQM.L1TMonitor.L1THCALTPG_cfi import *
00013 from DQM.L1TMonitor.L1THCALTPGXAna_cfi import *
00014 hcal_db_producer = cms.ESProducer("HcalDbProducer",
00015     dump = cms.untracked.vstring(''),
00016     file = cms.untracked.string('')
00017 )
00018 
00019 hcalConditions = cms.ESSource("PoolDBESSource",
00020     condDBSetup,
00021     siteLocalConfig = cms.untracked.bool(False),
00022     toGet = cms.VPSet(cms.PSet(
00023         record = cms.string('HcalPedestalsRcd'),
00024         tag = cms.string('hcal_pedestals_fC_gren')
00025     ), 
00026         cms.PSet(
00027             record = cms.string('HcalElectronicsMapRcd'),
00028             tag = cms.string('emap_temp_slb_fix_2Dec07')
00029         ), 
00030         cms.PSet(
00031             record = cms.string('HcalGainsRcd'),
00032             tag = cms.string('hcal_gains_v1')
00033         ), 
00034         cms.PSet(
00035             record = cms.string('HcalQIEDataRcd'),
00036             tag = cms.string('qie_normalmode_v3')
00037         ), 
00038         cms.PSet(
00039             record = cms.string('HcalPedestalWidthsRcd'),
00040             tag = cms.string('hcal_widths_fC_gren')
00041         )),
00042     messageLevel = cms.untracked.int32(0),
00043     timetype = cms.string('runnumber'),
00044     connect = cms.string('frontier://(serverurl=https://frontier1.cms:8000/FrontierOn)(serverurl=https://frontier2.cms:8000/FrontierOn)(retrieve-ziplevel=0)/CMS_COND_ON_170_HCAL'), ##(serverurl=https:
00045 
00046     authenticationMethod = cms.untracked.uint32(1)
00047 )
00048 
00049 es_hardcode = cms.ESSource("HcalHardcodeCalibrations",
00050     toGet = cms.untracked.vstring('GainWidths', 
00051         'channelQuality')
00052 )
00053 
00054 p = cms.Path(hcalDigis*horeco*hfreco*hbhereco*l1thcaltpg*l1thcaltpgxana)
00055 

Generated on Tue Jun 9 17:33:10 2009 for CMSSW by  doxygen 1.5.4