CMS 3D CMS Logo

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

Variables

tuple hgcalLayerClusters
 
tuple hgcalLayerClustersHFNose
 

Variable Documentation

tuple hgcalLayerClusters_cff.hgcalLayerClusters
Initial value:
1 = hgcalLayerClusters_.clone(
2  timeOffset = hgceeDigitizer.tofDelay,
3  plugin = dict(
4  dEdXweights = dEdX.weights.value(),
5  #With the introduction of 7 regional factors (6 for silicon plus 1 for scintillator),
6  #we extend fcPerMip (along with noises below) so that it is guaranteed that they have 6 entries.
7  fcPerMip = HGCalUncalibRecHit.HGCEEConfig.fCPerMIP.value() + HGCalUncalibRecHit.HGCHEFConfig.fCPerMIP.value(),
8  thicknessCorrection = HGCalRecHit.thicknessCorrection.value(),
9  sciThicknessCorrection = HGCalRecHit.sciThicknessCorrection.value(),
10  deltasi_index_regemfac = HGCalRecHit.deltasi_index_regemfac.value(),
11  fcPerEle = fC_per_ele,
12  #Extending noises as fcPerMip, see comment above.
13  noises = HGCAL_noises.values.value() + HGCAL_noises.values.value(),
14  noiseMip = hgchebackDigitizer.digiCfg.noise.value()
15  )
16 )

Definition at line 11 of file hgcalLayerClusters_cff.py.

Referenced by EgammaHLTPhase2ExtraProducer.produce().

tuple hgcalLayerClusters_cff.hgcalLayerClustersHFNose
Initial value:
1 = hgcalLayerClusters_.clone(
2  detector = 'HFNose',
3  timeOffset = hfnoseDigitizer.tofDelay.value(),
4  nHitsTime = 3,
5  plugin = dict(
6  dEdXweights = dEdX.weightsNose.value(),
7  maxNumberOfThickIndices = 3,
8  fcPerMip = HGCalUncalibRecHit.HGCHFNoseConfig.fCPerMIP.value(),
9  thicknessCorrection = HGCalRecHit.thicknessNoseCorrection.value(),
10  fcPerEle = fC_per_ele,
11  noises = HGCAL_noises.values.value(),
12  noiseMip = hgchebackDigitizer.digiCfg.noise.value()
13  )
14 )

Definition at line 28 of file hgcalLayerClusters_cff.py.