CMS 3D CMS Logo

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

Variables

tuple DTLinearDriftFromDBAlgo_CosmicData
 

Variable Documentation

tuple DTLinearDriftFromDBAlgo_CosmicData_cfi.DTLinearDriftFromDBAlgo_CosmicData
Initial value:
1 = cms.PSet(
2  recAlgoConfig = cms.PSet(
3  # Times outside this window (ns) are considered as coming from previous BXs
4  minTime = cms.double(-3.0),
5  debug = cms.untracked.bool(False),
6  tTrigModeConfig = cms.PSet(
7  # The velocity of signal propagation along the wire (cm/ns)
8  vPropWire = cms.double(24.4),
9  # Switch on/off the TOF correction for particles
10  doTOFCorrection = cms.bool(False),
11  tofCorrType = cms.int32(0),
12  wirePropCorrType = cms.int32(0),
13  # Switch on/off the correction for the signal propagation along the wire
14  doWirePropCorrection = cms.bool(False),
15  # Switch on/off the TOF correction from pulses
16  doT0Correction = cms.bool(True),
17  debug = cms.untracked.bool(False),
18  tTrigLabel = cms.string('cosmics')
19  ),
20  maxTime = cms.double(420.0),
21  # Forcing Step 2 to go back to digi time
22  stepTwoFromDigi = cms.bool(False),
23  # The module to be used for ttrig synchronization and its set parameter
24  tTrigMode = cms.string('DTTTrigSyncFromDB'),
25  doVdriftCorr = cms.bool(False)
26  ),
27  recAlgo = cms.string('DTLinearDriftFromDBAlgo')
28 )

Definition at line 5 of file DTLinearDriftFromDBAlgo_CosmicData_cfi.py.