00001 import FWCore.ParameterSet.Config as cms 00002 00003 #--------------------------------------------------- 00004 # AlCaReco filtering for the Tracker Laser ALignment 00005 #--------------------------------------------------- 00006 # create sequence for rechit filtering for phi symmetry calibration 00007 from Alignment.LaserAlignment.LaserAlignmentT0Producer_cfi import * 00008 seqALCARECOTkAlLAS = cms.Sequence(laserAlignmentT0Producer) 00009