CMS 3D CMS Logo

DTNoDriftAlgo_CosmicData_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # The reconstruction algo and its parameter set
00004 dTNoDriftAlgo_CosmicData = cms.PSet(
00005     recAlgoConfig = cms.PSet(
00006         # DUMMY
00007         #
00008         # Fixed Drift distance (cm)                
00009         fixedDrift = cms.double(1.0),
00010         #
00011         # DUMMY
00012         # Dummy ttrig parameters required by DTRecHitBaseAlgo.cc
00013         tTrigMode = cms.string('DTTTrigSyncFromDB'),
00014         # Times outside this window (ns) are considered as coming from previous BXs
00015         minTime = cms.double(1000.0),
00016         # Cell resolution (cm)
00017         hitResolution = cms.double(1.0),
00018         debug = cms.untracked.bool(False),
00019         tTrigModeConfig = cms.PSet(
00020             # The velocity of signal propagation along the wire (cm/ns)
00021             vPropWire = cms.double(24.4),
00022             # Switch on/off the TOF correction for particles
00023             doTOFCorrection = cms.bool(False),
00024             tofCorrType = cms.int32(0),
00025             # The ttrig from the time box fit is defined as mean + kFactor * sigma
00026             kFactor = cms.double(-1.3),
00027             wirePropCorrType = cms.int32(0),
00028             # Switch on/off the correction for the signal propagation along the wire
00029             doWirePropCorrection = cms.bool(False),
00030             doT0Correction = cms.bool(False),
00031             debug = cms.untracked.bool(False)
00032         ),
00033         maxTime = cms.double(3500.0)
00034     ),
00035     recAlgo = cms.string('DTNoDriftAlgo')
00036 )
00037 

Generated on Tue Jun 9 17:43:53 2009 for CMSSW by  doxygen 1.5.4