CMS 3D CMS Logo

CSCRawToDigi_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import copy
00004 from HLTrigger.HLTcore.hltPrescaler_cfi import *
00005 #
00006 # David Lange, LLNL
00007 # February 26, 2007
00008 #
00009 # Definition of SiStripRawToDigi sequence
00010 #
00011 #to be true raw to digi sequence -- meanwhile prescaler placeholder
00012 cscRTDPlaceholder = copy.deepcopy(hltPrescaler)
00013 from EventFilter.Configuration.DigiToRaw_cff import *
00014 CSCRawToDigi = cms.Sequence(digiToRaw*cscRTDPlaceholder)
00015 cscRTDPlaceholder.prescaleFactor = 1
00016 

Generated on Tue Jun 9 17:34:20 2009 for CMSSW by  doxygen 1.5.4