1 import FWCore.ParameterSet.Config
as cms
8 ApeEstimator = ApeEstimatorTemplate.clone(
11 minGoodHitsPerTrack = 1,
12 residualErrorBinning = [0.0005,0.0010,0.0015,0.0020,0.0025,0.0030,0.0035,0.0040,0.0050,0.0070,0.0100],
21 Sectors = RecentSectors,
22 tjTkAssociationMapTag =
"TrackRefitterHighPurityForApeEstimator",
24 ApeEstimator.HitSelector.width = [3,3]
25 ApeEstimator.HitSelector.maxIndex = [1,1]
27 ApeEstimator.HitSelector.sOverN = [20.,50.]
29 ApeEstimator.HitSelector.chargePixel = [10000., 2000000.]
30 ApeEstimator.HitSelector.widthX = [2,1000]
31 ApeEstimator.HitSelector.widthY = [2,1000]
32 ApeEstimator.HitSelector.logClusterProbability = [-5.,1.]
33 ApeEstimator.HitSelector.isOnEdge = [0,0]
34 ApeEstimator.HitSelector.qBin = [1,3]
40 ApeEstimator.HitSelector.chargeOnEdges = [0.,0.5]
54 ApeAnalyzer = ApeEstimator.clone(
55 Sectors = ValidationSectors,