Variables | |
tuple | MeasureLA |
tuple | SiStripLorentzAngleRcdSource |
tuple MeasureLA_cfi::MeasureLA |
00001 cms.ESProducer( 00002 "sistrip::MeasureLA", 00003 InputFiles = cms.vstring([]), 00004 InFileLocation = cms.string('/calibrationTree/tree'), 00005 SiStripDetInfo = cms.FileInPath('CalibTracker/SiStripCommon/data/SiStripDetInfo.dat'), 00006 #MaxEvents = cms.untracked.uint32(100000), 00007 Reports = cms.VPSet( LA_Report( METHOD_WIDTH, byLayer, "width_ByLayer"), 00008 LA_Report( METHOD_PROB1, byLayer, "prob1_ByLayer"), 00009 LA_Report( METHOD_AVGV2, byLayer, "avgv2_ByLayer"), 00010 LA_Report( METHOD_AVGV3, byLayer, "avgv3_ByLayer"), 00011 LA_Report( METHOD_RMSV2, byLayer, "rmsv2_ByLayer"), 00012 LA_Report( METHOD_RMSV3, byLayer, "rmsv3_ByLayer") 00013 ), 00014 MeasurementPreferences = cms.VPSet( #LA_Measurement( METHOD_PROB1, byModule, 1000, 3.0), 00015 #LA_Measurement( METHOD_WIDTH, byModule, 1000, 3.0), 00016 #LA_Measurement( METHOD_AVGV2, byLayer, 1000, 3.5) 00017 ), 00018 Calibrations = LorentzAngleCalibrations_DeconvolutionModeBEAM 00019 )
Definition at line 11 of file MeasureLA_cfi.py.
00001 cms.ESSource( "EmptyESSource", 00002 recordName = cms.string( "SiStripLorentzAngleRcd" ), 00003 iovIsRunNotTime = cms.bool( True ), 00004 firstValid = cms.vuint32( 1 ) 00005 )
Definition at line 5 of file MeasureLA_cfi.py.