00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from FastSimulation.TrackerSetup.TrackerMaterial_cfi import *
00005 TrackerInteractionGeometryESProducer = cms.ESProducer("TrackerInteractionGeometryESProducer",
00006 TrackerMaterialBlock
00007 )
00008
00009
00010 misalignedTrackerInteractionGeometry = cms.ESProducer("TrackerInteractionGeometryESProducer",
00011 TrackerMaterialBlock,
00012 trackerGeometryLabel = cms.untracked.string('MisAligned'),
00013 appendToDataLabel = cms.string('MisAligned')
00014 )
00015
00016