CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_cff.py

Go to the documentation of this file.
00001 # AlCaReco for laser Alignment system
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 import EventFilter.SiStripRawToDigi.SiStripDigis_cfi
00005 ALCARECOTkAlLASsiStripDigis = EventFilter.SiStripRawToDigi.SiStripDigis_cfi.siStripDigis.clone(
00006   ProductLabel = 'hltTrackerCalibrationRaw'
00007 )
00008 
00009 import Alignment.LaserAlignment.LaserAlignmentEventFilter_cfi
00010 ALCARECOTkAlLASEventFilter = Alignment.LaserAlignment.LaserAlignmentEventFilter_cfi.LaserAlignmentEventFilter.clone(
00011   FedInputTag = 'hltTrackerCalibrationRaw'
00012 )
00013 
00014 import Alignment.LaserAlignment.LaserAlignmentT0Producer_cfi
00015 ALCARECOTkAlLAST0Producer = Alignment.LaserAlignment.LaserAlignmentT0Producer_cfi.laserAlignmentT0Producer.clone(
00016   DigiProducerList = cms.VPSet(
00017     cms.PSet(
00018        DigiLabel = cms.string( 'ZeroSuppressed' ),
00019        DigiType = cms.string( 'Processed' ),
00020        DigiProducer = cms.string( 'ALCARECOTkAlLASsiStripDigis' )
00021     )
00022   )
00023 )
00024 
00025 seqALCARECOTkAlLAS = cms.Sequence(ALCARECOTkAlLASsiStripDigis+ALCARECOTkAlLASEventFilter+ALCARECOTkAlLAST0Producer)