CMS 3D CMS Logo

Variables
SiStripLorentzAngleFakeESSource_cfi Namespace Reference

Variables

 siStripLorentzAngleFakeESSource
 

Variable Documentation

◆ siStripLorentzAngleFakeESSource

SiStripLorentzAngleFakeESSource_cfi.siStripLorentzAngleFakeESSource
Initial value:
1 = cms.ESSource("SiStripLorentzAngleFakeESSource",
2  appendToDataLabel = cms.string(''),
3 
4  # Three possible generations:
5  # - give two values = (min,max) -> uniform distribution
6  # - give one value and PerCent_Err != 0 -> gaussian distribution
7  # - either give two equal values or a single value (pass an empty max vector) -> fixed value
8 
9  # TIB min and max
10  TIB_EstimatedValuesMin = cms.vdouble(0.014, 0.014, 0.014, 0.014),
11  TIB_EstimatedValuesMax = cms.vdouble(),
12  # TIB errors
13  TIB_PerCent_Errs = cms.vdouble(0., 0., 0., 0.),
14  # TOB min and max
15  TOB_EstimatedValuesMin = cms.vdouble(0.021, 0.021, 0.021, 0.021, 0.021, 0.021),
16  TOB_EstimatedValuesMax = cms.vdouble(0.021, 0.021, 0.021, 0.021, 0.021, 0.021),
17  # TOB errors
18  TOB_PerCent_Errs = cms.vdouble(0., 0., 0., 0., 0., 0.),
19  )

Definition at line 3 of file SiStripLorentzAngleFakeESSource_cfi.py.