CMS 3D CMS Logo

PixelCPEGenericESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 PixelCPEGenericESProducer = cms.ESProducer("PixelCPEGenericESProducer",
4  Alpha2Order = cms.bool(True),
5  ClusterProbComputationFlag = cms.int32(0),
6  ComponentName = cms.string('PixelCPEGeneric'),
7  DoCosmics = cms.bool(False),
8  DoLorentz = cms.bool(False),
9  EdgeClusterErrorX = cms.double(50),
10  EdgeClusterErrorY = cms.double(85),
11  IrradiationBiasCorrection = cms.bool(False),
12  LoadTemplatesFromDB = cms.bool(True),
13  MagneticFieldRecord = cms.ESInputTag("",""),
14  NoTemplateErrorsWhenNoTrkAngles = cms.bool(True),
15  SmallPitch = cms.bool(False),
16  TruncatePixelCharge = cms.bool(False),
17  Upgrade = cms.bool(True),
18  UseErrorsFromTemplates = cms.bool(True),
19  appendToDataLabel = cms.string(''),
20  eff_charge_cut_highX = cms.double(1),
21  eff_charge_cut_highY = cms.double(1),
22  eff_charge_cut_lowX = cms.double(0),
23  eff_charge_cut_lowY = cms.double(0),
24  inflate_all_errors_no_trk_angle = cms.bool(False),
25  inflate_errors = cms.bool(False),
26  lAOffset = cms.double(0),
27  lAWidthBPix = cms.double(0),
28  lAWidthFPix = cms.double(0),
29  size_cutX = cms.double(3),
30  size_cutY = cms.double(3),
31  useLAAlignmentOffsets = cms.bool(False),
32  useLAWidthFromDB = cms.bool(True)
33 )