CMS 3D CMS Logo

Variables

DTLinearDriftFromDBAlgo_CosmicData_cfi Namespace Reference

Variables

tuple DTLinearDriftFromDBAlgo_CosmicData

Variable Documentation

Initial value:
00001 cms.PSet(
00002     recAlgoConfig = cms.PSet(
00003         # Times outside this window (ns) are considered as coming from previous BXs
00004         minTime = cms.double(-3.0),
00005         debug = cms.untracked.bool(False),
00006         tTrigModeConfig = cms.PSet(
00007             # The velocity of signal propagation along the wire (cm/ns)
00008             vPropWire = cms.double(24.4),
00009             # Switch on/off the TOF correction for particles
00010             doTOFCorrection = cms.bool(False),
00011             tofCorrType = cms.int32(0),
00012             wirePropCorrType = cms.int32(0),
00013             # Switch on/off the correction for the signal propagation along the wire
00014             doWirePropCorrection = cms.bool(False),
00015             # Switch on/off the TOF correction from pulses
00016             doT0Correction = cms.bool(True),
00017             debug = cms.untracked.bool(False),
00018             tTrigLabel = cms.string('cosmics')
00019         ),
00020         maxTime = cms.double(420.0),
00021         # Forcing Step 2 to go back to digi time 
00022         stepTwoFromDigi = cms.bool(False),
00023         # The module to be used for ttrig synchronization and its set parameter
00024         tTrigMode = cms.string('DTTTrigSyncFromDB'),
00025         doVdriftCorr = cms.bool(False)
00026     ),
00027     recAlgo = cms.string('DTLinearDriftFromDBAlgo')
00028 )

Definition at line 5 of file DTLinearDriftFromDBAlgo_CosmicData_cfi.py.