CMS 3D CMS Logo

CastorGeometryDBWriter_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 CastorHardcodeGeometryEP = cms.ESProducer("CastorHardcodeGeometryEP",
4  appendToDataLabel = cms.string("_master")
5  )
6 
7 CastorGeometryToDBEP = cms.ESProducer( "CastorGeometryToDBEP" ,
8  applyAlignment = cms.bool(False) ,
9  appendToDataLabel = cms.string("_toDB")
10  )
11