CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
convertXMLtoSQLite_cfg Namespace Reference

Variables

tuple alignmentsLabel = cms.string('')
 
tuple angleErr = cms.double(6.28)
 
tuple appendToDataLabel = cms.string('idealForInputXML')
 
tuple applyAlignment = cms.bool(False)
 
tuple connect = cms.string("sqlite_file:"+str(sys.argv[2])[:-3]+"db")
 
tuple debugV = cms.untracked.bool(False)
 
tuple fileName = cms.string(str(sys.argv[2]))
 
tuple fromDDD = cms.bool(True)
 
tuple input = cms.string("xml")
 
tuple output = cms.string("db")
 
tuple process = cms.Process("CONVERT")
 
tuple shiftErr = cms.double(1000.)
 
tuple toGet = cms.VPSet(cms.PSet(record = cms.string("GlobalPositionRcd"), tag = cms.string("inertGlobalPositionRcd")))
 
tuple toPut
 
tuple useCentreTIOffsets = cms.bool(False)
 
tuple useDDD = cms.bool(True)
 
tuple useGangedStripsInME1a = cms.bool(False)
 
tuple useOnlyWiresInME1a = cms.bool(False)
 
tuple useRealWireGeometry = cms.bool(True)
 

Variable Documentation

tuple convertXMLtoSQLite_cfg.alignmentsLabel = cms.string('')

Definition at line 14 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.angleErr = cms.double(6.28)

Definition at line 34 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.appendToDataLabel = cms.string('idealForInputXML')

Definition at line 12 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.applyAlignment = cms.bool(False)

Definition at line 13 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.connect = cms.string("sqlite_file:"+str(sys.argv[2])[:-3]+"db")

Definition at line 40 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.debugV = cms.untracked.bool(False)

Definition at line 20 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.fileName = cms.string(str(sys.argv[2]))

Definition at line 32 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.fromDDD = cms.bool(True)

Definition at line 15 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.input = cms.string("xml")

Definition at line 31 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.output = cms.string("db")

Definition at line 35 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.process = cms.Process("CONVERT")

Definition at line 4 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.shiftErr = cms.double(1000.)

Definition at line 33 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.toGet = cms.VPSet(cms.PSet(record = cms.string("GlobalPositionRcd"), tag = cms.string("inertGlobalPositionRcd")))

Definition at line 50 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.toPut
Initial value:
1 = cms.VPSet(
2  cms.PSet(record = cms.string("DTAlignmentRcd"), tag = cms.string("DTAlignmentRcd")),
3  cms.PSet(record = cms.string("DTAlignmentErrorExtendedRcd"), tag = cms.string("DTAlignmentErrorExtendedRcd")),
4  cms.PSet(record = cms.string("CSCAlignmentRcd"), tag = cms.string("CSCAlignmentRcd")),
5  cms.PSet(record = cms.string("CSCAlignmentErrorExtendedRcd"), tag = cms.string("CSCAlignmentErrorExtendedRcd")))

Definition at line 41 of file convertXMLtoSQLite_cfg.py.

Referenced by VertexAssociatorByTracksProducer.produce(), LCToSCAssociatorByEnergyScoreProducer.produce(), TSToSimTSAssociatorByEnergyScoreProducer.produce(), LCToSimTSAssociatorByEnergyScoreProducer.produce(), LCToCPAssociatorByEnergyScoreProducer.produce(), MultiClusterAssociatorByEnergyScoreProducer.produce(), TSToSCAssociatorByEnergyScoreProducer.produce(), VertexAssociatorByPositionAndTracksProducer.produce(), QuickTrackAssociatorByHitsProducer.produce(), MuonToTrackingParticleAssociatorEDProducer.produce(), StoreEcalCondition.StoreEcalCondition(), and StoreESCondition.StoreESCondition().

tuple convertXMLtoSQLite_cfg.useCentreTIOffsets = cms.bool(False)

Definition at line 25 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.useDDD = cms.bool(True)

Definition at line 27 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.useGangedStripsInME1a = cms.bool(False)

Definition at line 21 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.useOnlyWiresInME1a = cms.bool(False)

Definition at line 23 of file convertXMLtoSQLite_cfg.py.

tuple convertXMLtoSQLite_cfg.useRealWireGeometry = cms.bool(True)

Definition at line 24 of file convertXMLtoSQLite_cfg.py.