CMS 3D CMS Logo

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

Variables

tuple SiStripLorentzAngleGenerator
 

Variable Documentation

tuple SiStripLorentzAngleGeneratorService_cfi.SiStripLorentzAngleGenerator
Initial value:
1 = cms.Service(
2  "SiStripLorentzAngleGenerator",
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 
20  file = cms.FileInPath('CalibTracker/SiStripCommon/data/SiStripDetInfo.dat'),
21 )

Definition at line 4 of file SiStripLorentzAngleGeneratorService_cfi.py.