CMS 3D CMS Logo

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

Variables

tuple DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData
 

Variable Documentation

tuple DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData
Initial value:
1 = cms.PSet(
2  Reco4DAlgoName = cms.string('DTMeantimerPatternReco4D'),
3  Reco4DAlgoConfig = cms.PSet(
4  # Parameters for the updator
5  # this is the RecHit1D algo!!
6  DTLinearDriftFromDBAlgo_CosmicData,
7  # this are the RecSegment2D algo parameters!
8  DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData,
9  intime_cut = cms.double(-1.),
10  debug = cms.untracked.bool(False),
11 
12  # Parameters for the cleaner
13  nUnSharedHitsMin = cms.int32(2),
14 
15  # the input type.
16  # If true the instructions in setDTRecSegment2DContainer will be schipped and the
17  # theta segment will be recomputed from the 1D rechits
18  # If false the theta segment will be taken from the Event. Caveat: in this case the
19  # event must contain the 2D segments!
20  AllDTRecHits = cms.bool(True),
21 
22  # Parameters for T0 fit segment in the Updator
23  performT0SegCorrection = cms.bool(False),
24  hit_afterT0_resolution = cms.double(0.03),
25  performT0_vdriftSegCorrection = cms.bool(False),
26  perform_delta_rejecting = cms.bool(False)
27  )
28 )

Definition at line 13 of file DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py.