CMS 3D CMS Logo

Variables

SiStripLorentzAngleGeneratorService_cfi Namespace Reference

Variables

tuple SiStripLorentzAngleGenerator

Variable Documentation

Initial value:
00001 cms.Service(
00002     "SiStripLorentzAngleGenerator",
00003     
00004     # Three possible generations:
00005     # - give two values = (min,max)                                                -> uniform distribution
00006     # - give one value and PerCent_Err != 0                                        -> gaussian distribution
00007     # - either give two equal values or a single value (pass an empty max vector)  -> fixed value
00008     
00009     # TIB min and max
00010     TIB_EstimatedValuesMin = cms.vdouble(0.014, 0.014, 0.014, 0.014),
00011     TIB_EstimatedValuesMax = cms.vdouble(),
00012     # TIB errors
00013     TIB_PerCent_Errs       = cms.vdouble(0.,    0.,    0.,    0.),
00014     # TOB min and max
00015     TOB_EstimatedValuesMin = cms.vdouble(0.021, 0.021, 0.021, 0.021, 0.021, 0.021),
00016     TOB_EstimatedValuesMax = cms.vdouble(0.021, 0.021, 0.021, 0.021, 0.021, 0.021),
00017     # TOB errors
00018     TOB_PerCent_Errs       = cms.vdouble(0.,    0.,    0.,    0.,    0.,    0.),
00019     
00020     file = cms.FileInPath('CalibTracker/SiStripCommon/data/SiStripDetInfo.dat'),         
00021 )

Definition at line 4 of file SiStripLorentzAngleGeneratorService_cfi.py.