CMS 3D CMS Logo

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

Variables

tuple MeasureLA
 
tuple SiStripLorentzAngleRcdSource
 

Variable Documentation

tuple MeasureLA_cfi.MeasureLA
Initial value:
1 = cms.ESProducer(
2  "sistrip::MeasureLA",
3  InputFiles = cms.vstring([]),
4  InFileLocation = cms.string('/calibrationTree/tree'),
5  SiStripDetInfo = cms.FileInPath('CalibTracker/SiStripCommon/data/SiStripDetInfo.dat'),
6  #MaxEvents = cms.untracked.uint32(100000),
7  Reports = cms.VPSet( LA_Report( METHOD_WIDTH, byLayer, "width_ByLayer"),
8  LA_Report( METHOD_PROB1, byLayer, "prob1_ByLayer"),
9  LA_Report( METHOD_AVGV2, byLayer, "avgv2_ByLayer"),
10  LA_Report( METHOD_AVGV3, byLayer, "avgv3_ByLayer"),
11  LA_Report( METHOD_RMSV2, byLayer, "rmsv2_ByLayer"),
12  LA_Report( METHOD_RMSV3, byLayer, "rmsv3_ByLayer")
13  ),
14  MeasurementPreferences = cms.VPSet( #LA_Measurement( METHOD_PROB1, byModule, 1000, 3.0),
15  #LA_Measurement( METHOD_WIDTH, byModule, 1000, 3.0),
16  #LA_Measurement( METHOD_AVGV2, byLayer, 1000, 3.5)
17  ),
18  Calibrations = LorentzAngleCalibrations_DeconvolutionModeBEAM
19  )

Definition at line 11 of file MeasureLA_cfi.py.

tuple MeasureLA_cfi.SiStripLorentzAngleRcdSource
Initial value:
1 = cms.ESSource( "EmptyESSource",
2  recordName = cms.string( "SiStripLorentzAngleRcd" ),
3  iovIsRunNotTime = cms.bool( True ),
4  firstValid = cms.vuint32( 1 )
5  )

Definition at line 5 of file MeasureLA_cfi.py.