Functions | |
def | deserialize_iovs (db, plugin_name, plot_name, tags, time_type, input_params) |
def | discover () |
def | discover_plugins () |
def | output (description, param) |
def | supress_output (f) |
Variables | |
action | |
args = parser.parse_args() | |
string | description |
filename = None | |
help | |
input_params = None | |
iovDict = yaml.safe_load( args.iovs ) | |
parser = ArgumentParser(description=description, formatter_class=RawTextHelpFormatter) | |
def | result = deserialize_iovs(args.db, args.plugin, args.plot, tags, args.time_type, input_params) |
list | tags = [] |
def getPayloadData.deserialize_iovs | ( | db, | |
plugin_name, | |||
plot_name, | |||
tags, | |||
time_type, | |||
input_params | |||
) |
Deserializes given iovs data and returns plot coordinates
Definition at line 65 of file getPayloadData.py.
References createfilelist.int.
def getPayloadData.discover | ( | ) |
Discovers object types and plots for a given cmssw release Example: { "BasicPayload": [ {"plot": "plot_BeamSpot_x", "plot_type": "History", "single_iov": false, "plugin_name": "pluginBeamSpot_PayloadInspector", "title": "x vs run number"}, ... ], ... }
Definition at line 158 of file getPayloadData.py.
References mps_setup.append, DeadROC_duringRun.dir, and discover_plugins().
def getPayloadData.discover_plugins | ( | ) |
Returns a list of Payload Inspector plugin names Example: ['pluginBasicPayload_PayloadInspector', 'pluginBeamSpot_PayloadInspector', 'pluginSiStrip_PayloadInspector']
Definition at line 116 of file getPayloadData.py.
References ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets.if(), and python.rootplot.root2matplotlib.replace().
Referenced by discover().
def getPayloadData.output | ( | description, | |
param | |||
) |
Definition at line 203 of file getPayloadData.py.
References print().
def getPayloadData.supress_output | ( | f | ) |
Temporarily disables stdout and stderr so that printouts from the plot plugin does not compromise the purity of our ssh stream if args.suppress_output is true
Definition at line 22 of file getPayloadData.py.
References f.
getPayloadData.action |
Definition at line 240 of file getPayloadData.py.
getPayloadData.args = parser.parse_args() |
Definition at line 260 of file getPayloadData.py.
string getPayloadData.description |
Definition at line 210 of file getPayloadData.py.
getPayloadData.filename = None |
Definition at line 287 of file getPayloadData.py.
getPayloadData.help |
Definition at line 240 of file getPayloadData.py.
getPayloadData.input_params = None |
Definition at line 266 of file getPayloadData.py.
getPayloadData.iovDict = yaml.safe_load( args.iovs ) |
Definition at line 272 of file getPayloadData.py.
getPayloadData.parser = ArgumentParser(description=description, formatter_class=RawTextHelpFormatter) |
Definition at line 239 of file getPayloadData.py.
def getPayloadData.result = deserialize_iovs(args.db, args.plugin, args.plot, tags, args.time_type, input_params) |
Definition at line 278 of file getPayloadData.py.
list getPayloadData.tags = [] |
Definition at line 270 of file getPayloadData.py.
Referenced by ParticleLevelProducer.addGenJet(), SiStripGainFromCalibTree.algoEndRun(), algorithm(), pat::CandidateSummaryTable.analyze(), MixCollectionValidation.bookHistograms(), MuonOffsetFromDD.build(), CaloTruthAccumulator.CaloTruthAccumulator(), edm::CFWriter.CFWriter(), ChainedJetCorrectorProducer.ChainedJetCorrectorProducer(), CondHDF5ESSource.CondHDF5ESSource(), ConvertingESProducerWithDependenciesT< CombinedRecord< DepsRecords... >, Target, Dependencies... >.ConvertingESProducerWithDependenciesT(), HLTConfigData.dump(), IsoTrig.fillDescriptions(), SmartSelectionMonitor.fillHisto(), SmartSelectionMonitor.fillProfile(), TriggerSummaryProducerAOD.fillTriggerObjectCollections(), models.generate(), L6SLBCorrectorImpl.getBTagInfoIndex(), SiStripSummaryCreator.getSummaryME(), DeDxEstimatorRekeyer.getTokens(), GoodSeedProducer.GoodSeedProducer(), FWPSetTableManager.handleEntry(), HGCalPassivePartial.HGCalPassivePartial(), edm::HiMixingModule.HiMixingModule(), cond::persistency::GLOBAL_TAG_MAP::Table.insert(), ConvertingESProducerWithDependenciesT< CombinedRecord< DepsRecords... >, Target, Dependencies... >::WalkConsumes< N >.iterate(), LightPFTrackProducer.LightPFTrackProducer(), LowPtGsfElectronSeedValueMapsProducer.LowPtGsfElectronSeedValueMapsProducer(), edm::MixingModule.MixingModule(), MtdTruthAccumulator.MtdTruthAccumulator(), L1TPhase2CorrelatorOffline::MultiCollection.MultiCollection(), edm.operator<<(), PFLinker.PFLinker(), PFNuclearProducer.PFNuclearProducer(), PFTrackProducer.PFTrackProducer(), PFV0Producer.PFV0Producer(), PixelClusterCountsAuditor.PixelClusterCountsAuditor(), ParticleLevelProducer.produce(), GenJetTauTaggerProducer.produce(), BTagProbabilityToDiscriminator.produce(), TriggerSummaryProducerAOD.produce(), pathelpers::RecordCache.RecordCache(), PPSTimingCalibrationPCLWorker.searchForProduct(), PPSDiamondSampicTimingCalibrationPCLWorker.searchForProduct(), cond::persistency::GLOBAL_TAG_MAP::Table.select(), ElectronHEEPIDValueMapProducer.setToken(), SuperclusValueMapProducer.setTokens(), SimHitTPAssociationProducer.SimHitTPAssociationProducer(), and TrackingTruthAccumulator.TrackingTruthAccumulator().