Functions | |
def | LA_Measurement (method, granularity, minimumEntries, maxChi2ndof) |
def | LA_Report (method, granularity, filename) |
Variables | |
byLayer = cms.int32(0) | |
byModule = cms.int32(1) | |
byModuleSummary = cms.int32(2) | |
LorentzAngleCalibrations_DeconvolutionModeBEAM | |
LorentzAngleCalibrations_DeconvolutionModeCOSMIC | |
LorentzAngleCalibrations_PeakModeBEAM | |
LorentzAngleCalibrations_PeakModeCOSMIC | |
LorentzAngleCalibrations_Uncalibrated | |
METHOD_AVGV2 = cms.int32( 4 ) | |
METHOD_AVGV3 = cms.int32( 8 ) | |
METHOD_PROB1 = cms.int32( 2 ) | |
METHOD_RMSV2 = cms.int32( 16 ) | |
METHOD_RMSV3 = cms.int32( 32 ) | |
METHOD_WIDTH = cms.int32( 1 ) | |
uncalOffsets = cms.vdouble(0,0,0,0,0,0,0,0,0,0,0,0,0,0) | |
uncalPulls = cms.vdouble(1,1,1,1,1,1,1,1,1,1,1,1,1,1) | |
uncalSlopes = cms.vdouble(1,1,1,1,1,1,1,1,1,1,1,1,1,1) | |
def MeasureLA_cff.LA_Measurement | ( | method, | |
granularity, | |||
minimumEntries, | |||
maxChi2ndof | |||
) |
Definition at line 19 of file MeasureLA_cff.py.
def MeasureLA_cff.LA_Report | ( | method, | |
granularity, | |||
filename | |||
) |
Definition at line 14 of file MeasureLA_cff.py.
MeasureLA_cff.byLayer = cms.int32(0) |
Definition at line 3 of file MeasureLA_cff.py.
Referenced by DTCalibrationMap.checkGranularity(), DTCalibrationMap.DTCalibrationMap(), and DTCalibrationMap.getKey().
MeasureLA_cff.byModule = cms.int32(1) |
Definition at line 4 of file MeasureLA_cff.py.
Referenced by sistrip::FEDEmulator.initialise().
MeasureLA_cff.byModuleSummary = cms.int32(2) |
Definition at line 5 of file MeasureLA_cff.py.
MeasureLA_cff.LorentzAngleCalibrations_DeconvolutionModeBEAM |
Definition at line 47 of file MeasureLA_cff.py.
MeasureLA_cff.LorentzAngleCalibrations_DeconvolutionModeCOSMIC |
Definition at line 86 of file MeasureLA_cff.py.
MeasureLA_cff.LorentzAngleCalibrations_PeakModeBEAM |
Definition at line 38 of file MeasureLA_cff.py.
MeasureLA_cff.LorentzAngleCalibrations_PeakModeCOSMIC |
Definition at line 59 of file MeasureLA_cff.py.
MeasureLA_cff.LorentzAngleCalibrations_Uncalibrated |
Definition at line 29 of file MeasureLA_cff.py.
MeasureLA_cff.METHOD_AVGV2 = cms.int32( 4 ) |
Definition at line 9 of file MeasureLA_cff.py.
MeasureLA_cff.METHOD_AVGV3 = cms.int32( 8 ) |
Definition at line 10 of file MeasureLA_cff.py.
MeasureLA_cff.METHOD_PROB1 = cms.int32( 2 ) |
Definition at line 8 of file MeasureLA_cff.py.
MeasureLA_cff.METHOD_RMSV2 = cms.int32( 16 ) |
Definition at line 11 of file MeasureLA_cff.py.
MeasureLA_cff.METHOD_RMSV3 = cms.int32( 32 ) |
Definition at line 12 of file MeasureLA_cff.py.
MeasureLA_cff.METHOD_WIDTH = cms.int32( 1 ) |
Definition at line 7 of file MeasureLA_cff.py.
MeasureLA_cff.uncalOffsets = cms.vdouble(0,0,0,0,0,0,0,0,0,0,0,0,0,0) |
Definition at line 26 of file MeasureLA_cff.py.
MeasureLA_cff.uncalPulls = cms.vdouble(1,1,1,1,1,1,1,1,1,1,1,1,1,1) |
Definition at line 27 of file MeasureLA_cff.py.
MeasureLA_cff.uncalSlopes = cms.vdouble(1,1,1,1,1,1,1,1,1,1,1,1,1,1) |
Definition at line 25 of file MeasureLA_cff.py.