CMS 3D CMS Logo

hltPhase2L3MuonInitialStepChi2Est_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2L3MuonInitialStepChi2Est = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer",
4  ComponentName = cms.string('hltPhase2L3MuonInitialStepChi2Est'),
5  MaxChi2 = cms.double(9.0),
6  MaxDisplacement = cms.double(0.5),
7  MaxSagitta = cms.double(2),
8  MinPtForHitRecoveryInGluedDet = cms.double(1000000.0),
9  MinimalTolerance = cms.double(0.5),
10  appendToDataLabel = cms.string(''),
11  clusterChargeCut = cms.PSet(
12  refToPSet_ = cms.string('SiStripClusterChargeCutLoose')
13  ),
14  nSigma = cms.double(3.0),
15  pTChargeCutThreshold = cms.double(15.0)
16 )