CMS 3D CMS Logo

hgcalLayerClustersEE_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hgcalLayerClustersEE = cms.EDProducer('HGCalLayerClusterProducer',
4  plugin = cms.PSet(
5  thresholdW0 = cms.vdouble(
6  2.9,
7  2.9,
8  2.9
9  ),
10  positionDeltaRho2 = cms.double(1.69),
11  deltac = cms.vdouble(
12  1.3,
13  1.3,
14  1.3,
15  0.0315
16  ),
17  dependSensor = cms.bool(True),
18  ecut = cms.double(3),
19  kappa = cms.double(9),
20  verbosity = cms.untracked.uint32(3),
21  dEdXweights = cms.vdouble(
22  0.0, 8.894541, 10.937907, 10.937907, 10.937907,
23  10.937907, 10.937907, 10.937907, 10.937907, 10.937907,
24  10.932882, 10.932882, 10.937907, 10.937907, 10.938169,
25  10.938169, 10.938169, 10.938169, 10.938169, 10.938169,
26  10.938169, 10.938169, 10.938169, 10.938169, 10.938169,
27  10.938169, 10.938169, 10.938169, 32.332097, 51.574301,
28  51.444192, 51.444192, 51.444192, 51.444192, 51.444192,
29  51.444192, 51.444192, 51.444192, 51.444192, 51.444192,
30  69.513118, 87.582044, 87.582044, 87.582044, 87.582044,
31  87.582044, 87.214571, 86.888309, 86.92952, 86.92952,
32  86.92952),
33  thicknessCorrection = cms.vdouble(
34  0.77, 0.77, 0.77, 0.84, 0.84,
35  0.84
36  ),
37  sciThicknessCorrection = cms.double(0.9),
38  deltasi_index_regemfac = cms.int32(3),
39  maxNumberOfThickIndices = cms.uint32(6),
40  fcPerMip = cms.vdouble( 2.06, 3.43, 5.15, 2.06, 3.43, 5.15),
41  fcPerEle = cms.double(0),
42  noises = cms.vdouble( 2000.0, 2400.0, 2000.0, 2000.0, 2400.0,
43  2000.0),
44  noiseMip = cms.PSet(
45  scaleByDose = cms.bool(False),
46  scaleByDoseAlgo = cms.uint32(0),
47  scaleByDoseFactor = cms.double(1),
48  referenceIdark = cms.double(-1),
49  referenceXtalk = cms.double(-1),
50  noise_MIP = cms.double(0.01)
51  ),
52  use2x2 = cms.bool(True),
53  type = cms.string('SiCLUE')
54 
55  ),
56  detector = cms.string('EE'),
57  recHits = cms.InputTag('HGCalRecHit', 'HGCEERecHits'),
58  timeClname = cms.string('timeLayerCluster'),
59  nHitsTime = cms.uint32(3),
60  mightGet = cms.optional.untracked.vstring
61 )
62