Functions | |
def | blackBox (x1, y1, x2, y2) |
def | callback_rootargs (option, opt, value, parser) |
def | findRunIndex (run, runs) |
def | parseOptions () |
def | plotbarycenter (bc, coord, plotConfigJson, substructure, runsPerYear, pixelLocalRecos, accumulatedLumiPerRun, withPixelQuality, showLumi) |
def | readBaryCentreAnalyzerTree (t, branch_names, accumulatedLumiPerRun, showLumi, isEOY) |
def | Run () |
def | vararg_callback (option, opt_str, value, parser) |
Variables | |
list | grootargs = [] |
int | lumiScaleFactor = 1000 |
def plotBaryCentre_VS_BeamSpot.blackBox | ( | x1, | |
y1, | |||
x2, | |||
y2 | |||
) |
Definition at line 218 of file plotBaryCentre_VS_BeamSpot.py.
References mps_check.array.
Referenced by plotbarycenter().
def plotBaryCentre_VS_BeamSpot.callback_rootargs | ( | option, | |
opt, | |||
value, | |||
parser | |||
) |
Definition at line 19 of file plotBaryCentre_VS_BeamSpot.py.
def plotBaryCentre_VS_BeamSpot.findRunIndex | ( | run, | |
runs | |||
) |
Definition at line 64 of file plotBaryCentre_VS_BeamSpot.py.
References mps_check.array, ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets.if(), and print().
Referenced by plotbarycenter(), and readBaryCentreAnalyzerTree().
def plotBaryCentre_VS_BeamSpot.parseOptions | ( | ) |
Definition at line 45 of file plotBaryCentre_VS_BeamSpot.py.
Referenced by Run().
def plotBaryCentre_VS_BeamSpot.plotbarycenter | ( | bc, | |
coord, | |||
plotConfigJson, | |||
substructure, | |||
runsPerYear, | |||
pixelLocalRecos, | |||
accumulatedLumiPerRun, | |||
withPixelQuality, | |||
showLumi | |||
) |
Definition at line 230 of file plotBaryCentre_VS_BeamSpot.py.
References blackBox(), findRunIndex(), ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets.if(), WZElectronSkims53X_cff.max, SiStripPI.min, and str.
Referenced by Run().
def plotBaryCentre_VS_BeamSpot.readBaryCentreAnalyzerTree | ( | t, | |
branch_names, | |||
accumulatedLumiPerRun, | |||
showLumi, | |||
isEOY | |||
) |
Definition at line 86 of file plotBaryCentre_VS_BeamSpot.py.
References mps_setup.append, mps_check.array, findRunIndex(), ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets.if(), and isotrackApplyRegressor.range.
Referenced by Run().
def plotBaryCentre_VS_BeamSpot.Run | ( | ) |
Definition at line 401 of file plotBaryCentre_VS_BeamSpot.py.
References python.cmstools.all(), mps_setup.append, ALCARECOTkAlBeamHalo_cff.filter, ALCARECOEcalPhiSym_cff.float, ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets.if(), createfilelist.int, relativeConstraints.keys, parseOptions(), plotbarycenter(), print(), readBaryCentreAnalyzerTree(), python.rootplot.root2matplotlib.replace(), and str.
def plotBaryCentre_VS_BeamSpot.vararg_callback | ( | option, | |
opt_str, | |||
value, | |||
parser | |||
) |
Definition at line 22 of file plotBaryCentre_VS_BeamSpot.py.
References ALCARECOEcalPhiSym_cff.float.
list plotBaryCentre_VS_BeamSpot.grootargs = [] |
Definition at line 18 of file plotBaryCentre_VS_BeamSpot.py.
int plotBaryCentre_VS_BeamSpot.lumiScaleFactor = 1000 |
Definition at line 16 of file plotBaryCentre_VS_BeamSpot.py.