CMS 3D CMS Logo

AlCaRecoStream_EcalCalPhiSym_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # last update: $Date: 2008/08/25 11:36:00 $ by $Author: futyand $
00004 
00005 # ECAL calibration with phi symmetry 
00006 from Calibration.EcalAlCaRecoProducers.ALCARECOEcalCalPhiSym_cff import *
00007 
00008 from DQMOffline.Configuration.AlCaRecoDQM_cff import *
00009 
00010 pathALCARECOEcalCalPhiSym = cms.Path(seqALCARECOEcalCalPhiSym*ALCARECOEcalCalPhisymDQM)
00011 
00012 from Configuration.EventContent.AlCaRecoOutput_cff import *
00013 
00014 ALCARECOStreamEcalCalPhiSym = cms.FilteredStream(
00015         responsible = 'Stefano Argiro',
00016         name = 'aLCARECOEcalCalPhiSym',
00017         paths  = (pathALCARECOEcalCalPhiSym),
00018         content = OutALCARECOEcalCalPhiSym.outputCommands,
00019         selectEvents = OutALCARECOEcalCalPhiSym.SelectEvents,
00020         dataTier = cms.untracked.string('ALCARECO')
00021         )

Generated on Tue Jun 9 17:26:59 2009 for CMSSW by  doxygen 1.5.4