Classes | |
class | matplotRender |
Functions | |
def | guessInstLumiUnit |
def | guessLumiUnit |
Variables | |
batchonly = False | |
tuple | f = open('/afs/cern.ch/cms/lumi/www/plots/operation/totallumivsrun-2011.csv','r') |
tuple | fig = Figure(figsize=(7.2,5.4),dpi=120) |
tuple | m = matplotRender(fig) |
tuple | reader = csv.reader(f,delimiter=',') |
list | resultlines = [] |
Specs: -- We use matplotlib OO class level api, we do not use its high-level helper modules. Favor endured stability over simplicity. -- PNG as default batch file format -- we support http mode by sending string buf via meme type image/png. Sending a premade static plot to webserver is considered a uploading process instead of http dynamic graphical mode.
def matplotRender.guessInstLumiUnit | ( | t | ) |
input : largest total lumivalue output: (unitstring,denomitor)
Definition at line 34 of file matplotRender.py.
Referenced by matplotRender.matplotRender.plotPeakPerday_Time().
def matplotRender.guessLumiUnit | ( | t | ) |
input : largest total lumivalue output: (unitstring,denomitor)
Definition at line 64 of file matplotRender.py.
Referenced by matplotRender.matplotRender.plotInst_RunLS(), matplotRender.matplotRender.plotPerdayX_Time(), matplotRender.matplotRender.plotSumX_Fill(), matplotRender.matplotRender.plotSumX_Run(), and matplotRender.matplotRender.plotSumX_Time().
matplotRender.batchonly = False |
Definition at line 12 of file matplotRender.py.
tuple matplotRender.f = open('/afs/cern.ch/cms/lumi/www/plots/operation/totallumivsrun-2011.csv','r') |
Definition at line 818 of file matplotRender.py.
tuple matplotRender.fig = Figure(figsize=(7.2,5.4),dpi=120) |
Definition at line 825 of file matplotRender.py.
tuple matplotRender.m = matplotRender(fig) |
Definition at line 826 of file matplotRender.py.
tuple matplotRender.reader = csv.reader(f,delimiter=',') |
Definition at line 819 of file matplotRender.py.
Referenced by MillePedeAlignmentAlgorithm.addPxbSurvey(), PhysicsTools::TreeTrainer.addTree(), SiStripBadFiberBuilder.algoAnalyze(), SiStripBadChannelBuilder.algoAnalyze(), AlpgenSource.AlpgenSource(), SiStripNoisesBuilder.analyze(), SiStripApvGainBuilder.analyze(), SiStripPedestalsBuilder.analyze(), SiStripThresholdBuilder.analyze(), SiStripNoiseNormalizedWithApvGainBuilder.analyze(), SiStripApvGainBuilderFromTag.analyze(), DetIdSelectorTest.analyze(), SiStripDetVOffBuilder.BuildDetVOffObj(), EGEnergyCorrector.CorrectedEnergyWithError(), EGEnergyCorrector.CorrectedEnergyWithErrorV3(), SiStripPedestalsGenerator.createObject(), SiStripBadModuleGenerator.createObject(), SiStripThresholdGenerator.createObject(), SiStripNoisesGenerator.createObject(), SiStripBaseDelayGenerator.createObject(), SiStripLatencyGenerator.createObject(), SiStripBackPlaneCorrectionGenerator.createObject(), SiStripApvGainGenerator.createObject(), SiStripLorentzAngleGenerator.createObject(), jsoncollector::JSONSerializer.deserialize(), OccupancyPlots.endRun(), SiStripGain.fillNewGain(), popcon::SiStripPopConHandlerUnitTestGain< T >.fillObject(), popcon::SiStripPopConHandlerUnitTestNoise< T >.fillObject(), popcon::SiStripPopConHandlerUnitTest< T >.fillObject(), SiStripGainFromAsciiFile.getNewObject(), evf::EvFDaqDirector.getNFilesFromEoLS(), getSavedMatrix(), FedRawDataInputSource.grabNextJsonFile(), ElectronIDMVA.MVAValue(), MuonIDMVA.MVAValue(), SiPixelFakeGainOfflineESSource.produce(), SiPixelFakeGainESSource.produce(), SiPixelFakeGainForHLTESSource.produce(), SiPixelFakeLorentzAngleESSource.produce(), SiStripBadComponentsDQMService.readBadComponents(), DQMRootSource.readElements(), MillePedeAlignmentAlgorithm.readFromPede(), evf::EvFDaqDirector.readLastLSEntry(), SiStripNoisesDQMService.readNoises(), SiStripPedestalsDQMService.readPedestals(), CocoaDaqReader.SetDaqReader(), SiStripDetInfoFileReader.SiStripDetInfoFileReader(), and SubsystemNeutronReader.SubsystemNeutronReader().
list matplotRender.resultlines = [] |
Definition at line 820 of file matplotRender.py.