CMS 3D CMS Logo

DBConfiguration_cff Namespace Reference


Variables

tuple PoolDBESSource
tuple PoolDBOutputService


Variable Documentation

tuple DBConfiguration_cff::PoolDBESSource [static]

Initial value:

cms.ESSource("PoolDBESSource",
    CondDBSetup,
    #string connect = "frontier://FrontierProd/CMS_COND_20X_ALIGNMENT"
    toGet = cms.VPSet(cms.PSet(
        record = cms.string('TrackerAlignmentRcd'),
        tag = cms.string('TrackerIdealGeometry200')
    ), 
        cms.PSet(
            record = cms.string('TrackerAlignmentErrorRcd'),
            tag = cms.string('TrackerIdealGeometryErrors200')
        )),
    connect = cms.string('sqlite_file:Alignments.db')
)

Definition at line 7 of file DBConfiguration_cff.py.

tuple DBConfiguration_cff::PoolDBOutputService [static]

Initial value:

cms.Service("PoolDBOutputService",
    CondDBSetup,
    timetype = cms.untracked.string('runnumber'),
    connect = cms.string('sqlite_file:dataout.db'),
    toPut = cms.VPSet(cms.PSet(
        record = cms.string('TrackerAlignmentRcd'),
        tag = cms.string('<output tag>')
    ), 
        cms.PSet(
            record = cms.string('TrackerAlignmentErrorRcd'),
            tag = cms.string('<output error tag>')
        ))
)

Definition at line 21 of file DBConfiguration_cff.py.


Generated on Tue Jun 9 18:37:09 2009 for CMSSW by  doxygen 1.5.4