CMS 3D CMS Logo

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

Variables

tuple DTLPPatternReco2DAlgo_ParamDrift
 

Variable Documentation

tuple DTLPPatternReco2DAlgo_ParamDrift_cfi.DTLPPatternReco2DAlgo_ParamDrift
Initial value:
1 = cms.PSet(
2  Reco2DAlgoConfig = cms.PSet(
3  # Parameters for the updator
4  # this is the RecHit1D algo!!
5  DTParametrizedDriftAlgo,
6  performT0SegCorrection = cms.bool(False),
7  hit_afterT0_resolution = cms.double(0.03),
8  performT0_vdriftSegCorrection = cms.bool(False),
9  debug = cms.untracked.bool(False),
10  #these are the parameters for the 2D algo
11  DeltaFactor = cms.double(4.0),
12  maxAlphaTheta = cms.double(0.1),
13  maxAlphaPhi = cms.double(1.0),
14  min_q = cms.double(-300.0),
15  max_q = cms.double(300.0),
16  bigM = cms.double(100.0),
17  ),
18  Reco2DAlgoName = cms.string('DTLPPatternReco')
19 )

Definition at line 13 of file DTLPPatternReco2DAlgo_ParamDrift_cfi.py.