00001 import FWCore.ParameterSet.Config as cms 00002 00003 FakeAlignmentSource = cms.ESSource("FakeAlignmentSource", 00004 appendToDataLabel = cms.string('') 00005 ) 00006 00007