Line Code
1 2 3 4 5 6
import FWCore.ParameterSet.Config as cms

CastorGeometryFromDBEP = cms.ESProducer( "CastorGeometryFromDBEP",
                                         applyAlignment = cms.bool(False)
                                         )