Variables | |
tuple | array = line.split() |
int | batchExited = 0 |
int | batchSuccess = 0 |
int | cfgerr = 0 |
int | cmdNotFound = 0 |
tuple | columns = line.split() |
list | command = ["ls", "-l", os.path.join(lib.mssDir, "binaries")] |
tuple | condor_log |
int | copyerr = 0 |
float | cpuFactor = 2.125 |
int | cputime = -1 |
string | disabled = "" |
string | eazeLog = 'jobData/' |
int | emptyDatErr = 0 |
int | emptyDatOnFarm = 0 |
int | endofjob = 0 |
int | eofile = 1 |
tuple | eoslsoutput = subprocess.check_output(command, stderr=subprocess.STDOUT) |
int | exceptionCaught = 0 |
string | farmhost = ' ' |
int | finished = 0 |
int | fw8001 = 0 |
string | guess = " (probably time exceeded)" |
int | insuffPriv = 0 |
int | ioprob = 0 |
int | ispede = 0 |
kill_reason = None | |
int | killed = 0 |
tuple | lib = mpslib.jobdatabase() |
tuple | log_file = os.path.join("jobData", lib.JOBDIR[i], "HTCJOB") |
string | logZipped = 'no' |
tuple | match = re.search(re.compile('This process used .+?(\d+) KSI2K seconds',re.M|re.I), line) |
tuple | mem = match.group(1) |
tuple | memoryratio = usedPedeMem/(lib.pedeMem/1024.) |
string | milleOut = 'milleBinary%03d.dat' |
int | mOutSize = 0 |
tuple | msg |
int | nEvent = 0 |
string | okStatus = 'OK' |
int | pedeAbend = 0 |
int | pedeLogErr = 0 |
string | pedeLogErrStr = "" |
int | pedeLogWrn = 0 |
string | pedeLogWrnStr = "" |
int | quota = 0 |
int | quotaspace = 0 |
string | remark = "" |
int | rfioerr = 0 |
int | segviol = 0 |
string | stdOut = 'jobData/' |
int | timel = 0 |
int | timeout = 0 |
int | tooManyTracks = 0 |
int | usedPedeMem = 0 |
tuple mps_check.array = line.split() |
Definition at line 216 of file mps_check.py.
Referenced by TH2PolyOfflineMaps.TH2PolyOfflineMaps.__AddNamedBins(), dirstructure.Directory.__create_pie_image(), progressbar.ProgressBar._handle_resize(), plot_hgcal_utils.acustompalette(), edm::soa::Table< edm::soa::col::Pt, edm::soa::col::Eta, edm::soa::col::Phi, edm::soa::col::Vz >.begin(), plotBaryCentre_VS_BeamSpot.blackBox(), FWSiStripClusterProxyBuilder.build(), PhaseITreeProducer.ModuleLvlValuesReader.CreateTree2(), edm::soa::Table< edm::soa::col::Pt, edm::soa::col::Eta, edm::soa::col::Phi, edm::soa::col::Vz >.end(), gainCalibHelper::SiPixelGainCalibDiffAndRatioBase< myType, nIOVs, ntags, PayloadType >.fill(), plotBaryCentre_VS_BeamSpot.findRunIndex(), FWGeometry.getEveShape(), FWGeometry.getHGCScintillatorEveShape(), FWGeometry.getHGCSiliconEveShape(), GaussianTailNoiseGenerator.getRandomChannels(), ROOTData.literal2root(), ROOTData.loadStreamerInfo(), compare.makeEffPlotsVars(), l1t::TriggerMenuParser.parsePhi_Trig_LUTS(), dqm::implementation::DQMStore.printTrace(), plotBaryCentre_VS_BeamSpot.readBaryCentreAnalyzerTree(), TrackerRemapper.readVertices(), TkAlMapDesign_phase0_cfg.test_draw(), TkAlMapDesign_phase1_cfg.test_draw(), and FastTimerService.writeSummaryJSON().
int mps_check.batchExited = 0 |
Definition at line 35 of file mps_check.py.
int mps_check.batchSuccess = 0 |
Definition at line 34 of file mps_check.py.
int mps_check.cfgerr = 0 |
Definition at line 54 of file mps_check.py.
int mps_check.cmdNotFound = 0 |
Definition at line 57 of file mps_check.py.
tuple mps_check.columns = line.split() |
Definition at line 244 of file mps_check.py.
Referenced by FWTableViewManager.addToImpl(), CSCTFAlignmentOnlineProd.newObject(), L1MuGMTChannelMaskOnlineProducer.newObject(), CSCTFConfigOnlineProd.newObject(), L1GctJetFinderParamsOnlineProd.newObject(), L1MuTriggerPtScaleOnlineProducer.newObject(), L1MuTriggerScalesOnlineProducer.newObject(), L1GtParametersConfigOnlineProd.newObject(), L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.newObject(), L1GtPrescaleFactorsTechTrigConfigOnlineProd.newObject(), L1GtTriggerMaskAlgoTrigConfigOnlineProd.newObject(), L1GtTriggerMaskTechTrigConfigOnlineProd.newObject(), L1GtTriggerMaskVetoTechTrigConfigOnlineProd.newObject(), SiPixelDigitizerAlgorithm.pixel_inefficiency(), FWTableViewManager.setFrom(), JanAlignmentAlgorithm.solve(), cond::persistency::TAG::Table.Table(), and L1GtTriggerMenuConfigOnlineProd.tableMenuGeneralFromDB().
list mps_check.command = ["ls", "-l", os.path.join(lib.mssDir, "binaries")] |
Definition at line 25 of file mps_check.py.
Referenced by optutl::CommandLineParser._runVariableCommandFromString(), spf::SherpackFetcher.CopyFile(), TagProbeFitter.createPdf(), RunManagerMT.initG4(), RunManagerMTWorker.initializeG4(), makePSetsFromString(), GenParticlePruner.parse(), TrackingParticleSelectorByGen.parse(), TritonService.preBeginJob(), TrackerMap.printall(), TrackerMap.printonline(), PyBind11ProcessDesc.readFile(), FWConfigurationManager.readFromOldFile(), PyBind11ProcessDesc.readString(), PedeSteerer.runPede(), TrackerMap.save(), TrackerMap.save_as_fectrackermap(), TrackerMap.save_as_fedtrackermap(), TrackerMap.save_as_HVtrackermap(), TrackerMap.save_as_psutrackermap(), L1RCTLutWriter.writeEicLutFile(), L1RCTLutWriter.writeJscLutFile(), and L1RCTLutWriter.writeRcLutFile().
tuple mps_check.condor_log |
Definition at line 133 of file mps_check.py.
int mps_check.copyerr = 0 |
Definition at line 60 of file mps_check.py.
float mps_check.cpuFactor = 2.125 |
Definition at line 118 of file mps_check.py.
tuple mps_check.cputime = -1 |
Definition at line 48 of file mps_check.py.
string mps_check.disabled = "" |
Definition at line 68 of file mps_check.py.
Referenced by FWCollectionSummaryWidget.itemChanged(), FWCollectionSummaryWidget.setBackgroundToWhite(), FWCollectionSummaryWidget.toggleShowHide(), and FWTableView.toggleShowHide().
string mps_check.eazeLog = 'jobData/' |
Definition at line 153 of file mps_check.py.
int mps_check.emptyDatErr = 0 |
Definition at line 55 of file mps_check.py.
int mps_check.emptyDatOnFarm = 0 |
Definition at line 56 of file mps_check.py.
int mps_check.endofjob = 0 |
Definition at line 37 of file mps_check.py.
int mps_check.eofile = 1 |
Definition at line 38 of file mps_check.py.
string mps_check.eoslsoutput = subprocess.check_output(command, stderr=subprocess.STDOUT) |
Definition at line 27 of file mps_check.py.
int mps_check.exceptionCaught = 0 |
Definition at line 52 of file mps_check.py.
string mps_check.farmhost = ' ' |
Definition at line 369 of file mps_check.py.
int mps_check.finished = 0 |
Definition at line 36 of file mps_check.py.
int mps_check.fw8001 = 0 |
Definition at line 42 of file mps_check.py.
string mps_check.guess = " (probably time exceeded)" |
Definition at line 394 of file mps_check.py.
Referenced by LA_Filler_Fitter.make_and_fit_symmchi2().
int mps_check.insuffPriv = 0 |
Definition at line 58 of file mps_check.py.
int mps_check.ioprob = 0 |
Definition at line 41 of file mps_check.py.
int mps_check.ispede = 0 |
Definition at line 61 of file mps_check.py.
string mps_check.kill_reason = None |
Definition at line 63 of file mps_check.py.
int mps_check.killed = 0 |
Definition at line 40 of file mps_check.py.
Referenced by BestTrackSelection.cancel_multi_bx(), and BestTrackSelection.cancel_one_bx().
tuple mps_check.lib = mpslib.jobdatabase() |
Definition at line 21 of file mps_check.py.
Referenced by edmplugin::PluginFactoryBase.findPMaker(), edmplugin::PluginCapabilities.load(), main(), edmplugin::PluginFactoryBase.tryToFindPMaker(), and edmplugin::PluginCapabilities.tryToLoad().
tuple mps_check.log_file = os.path.join("jobData", lib.JOBDIR[i], "HTCJOB") |
Definition at line 132 of file mps_check.py.
string mps_check.logZipped = 'no' |
Definition at line 179 of file mps_check.py.
tuple mps_check.match = re.search(re.compile('This process used .+?(\d+) KSI2K seconds',re.M|re.I), line) |
Definition at line 116 of file mps_check.py.
tuple mps_check.mem = match.group(1) |
Definition at line 270 of file mps_check.py.
tuple mps_check.memoryratio = usedPedeMem/(lib.pedeMem/1024.) |
Definition at line 281 of file mps_check.py.
string mps_check.milleOut = 'milleBinary%03d.dat' |
Definition at line 236 of file mps_check.py.
tuple mps_check.mOutSize = 0 |
Definition at line 241 of file mps_check.py.
tuple mps_check.msg |
Definition at line 285 of file mps_check.py.
Referenced by evf::GlobalEvFOutputModule.acquire(), FWGUIEventDataAdder.addNewItem(), DDXMLElement.appendText(), MuonGeometryConstantsBuild.build(), edm::service::ELdestination.changeFile(), edm::PrintEventSetupDataRetrieval.check(), dqm::DQMFileSaverOnline.checkError(), cmdline::CmdLineError.CmdLineError(), dqmservices::DQMFileIterator.collect(), BPHPlusMinusCandidate.composite(), cond::auth::DecodingKey.createFromInputFile(), DDI::Specific.createPartSelections(), cond::RelationalAuthenticationService::RelationalAuthenticationService.credentials(), Logger.debug(), Logger.dqmthrow(), edm::JobReport.dumpFiles(), HLTScalersClient.endLuminosityBlock(), Rivet::HiggsTemplateCrossSections.error(), DDLMap.errorOut(), RPCConst.etaFromTowerNum(), CondDBESSource.fillTagCollectionFromDB(), cond::auth::DecodingKey.flush(), cond::persistency::RunInfoEditor.flush(), cond::persistency::IOVEditor.flush(), edm::service::ELdestination.flush(), DDXMLElement.get(), DDXMLElement.getDDName(), EcalCondDBInterface.getEcalLogicID(), dqmservices::DQMStreamerReader.getEventMsg(), cond.getLoginName(), evf::EvFDaqDirector.getStreamDestinations(), DDXMLElement.getText(), dqm::RamdiskMonitor.globalBeginLuminosityBlock(), cond::CredentialStore.importForPrincipal(), Logger.info(), triggerExpression::PathReader.init(), cond::auth::DecodingKey.init(), RPCConst.iptFromPt(), BPHPlusMinusCandidate.isCowboy(), BPHPlusMinusCandidate.isSailor(), dqmservices::DQMFileIterator.logLumiState(), MuonDDDConstants.MuonDDDConstants(), DQMNet.onPeerData(), FWFileEntry.openFile(), Accessor.operator()(), pat::PATLostTracks.PATLostTracks(), QualityTester.performTests(), edm::service::StallMonitor.postEvent(), edm::service::StallMonitor.postEventReadFromSource(), edm::service::StallMonitor.postModuleEvent(), edm::service::StallMonitor.postModuleEventAcquire(), edm::service::StallMonitor.postModuleEventPrefetching(), edm::service::StallMonitor.postModuleGlobalTransition(), edm::service::StallMonitor.postModuleStreamTransition(), edm::service::StallMonitor.postSourceEvent(), TritonService.preBeginJob(), sistrip.preconstructCheckFEDBuffer(), edm::service::StallMonitor.preEvent(), edm::service::StallMonitor.preEventReadFromSource(), edm::service::StallMonitor.preModuleEvent(), edm::service::StallMonitor.preModuleEventAcquire(), edm::service::StallMonitor.preModuleGlobalTransition(), edm::service::StallMonitor.preModuleStreamTransition(), edm::service::StallMonitor.preSourceEvent(), edm::PrintEventSetupContent.print(), egHLT::TrigCodes.printCodes(), triton_utils.printColl(), DDLPgonGenerator.processElement(), DDLTubs.processElement(), DDLTrapezoid.processElement(), DDLPolyGenerator.processElement(), DDLRotationAndReflection.processElement(), DDLVector.processElement(), DDLCompositeMaterial.processElement(), DDLRotationByAxis.processOne(), RPCConst.ptFromIpt(), cond::FileReader.read(), readRemote(), RecoProducerFP420.RecoProducerFP420(), DQMNet.releaseFromWait(), CmsShowMainBase.reloadConfiguration(), cond::CredentialStore.removeConnection(), cond::CredentialStore.removePrincipal(), edm::JobReport.reportAnalysisFile(), edm::JobReport.reportError(), edm::JobReport.reportFallbackAttempt(), edm::JobReport.reportMemoryInfo(), edm::JobReport.reportMessageInfo(), edm::JobReport.reportPerformanceForModule(), edm::JobReport.reportPerformanceSummary(), edm::JobReport.reportRandomStateFile(), TritonClient.reportServerSideStats(), edm::JobReport.reportSkippedEvent(), edm::JobReport.reportSkippedFile(), reportToRecipient(), DQMNet.requestObjectData(), cond::CredentialStore.resetAdmin(), HGCFEElectronics< DFr >.runShaperWithToT(), HGCFEElectronics< DFr >.runSimpleShaper(), BTLElectronicsSim.runTrivialShaper(), ETLElectronicsSim.runTrivialShaper(), HGCFEElectronics< DFr >.runTrivialShaper(), DCCTBBlockPrototype.seeIfIsPossibleToIncrement(), DQMImplNet< DQMNet::Object >.sendObjectListToPeers(), CmsShowMainBase.sendVersionInfo(), edm::StreamerOutputModuleCommon.serializeEvent(), cond::CredentialStore.setPermission(), Tm.setToString(), cond::CredentialStore.setUpForService(), TrackingRecHit.sharesInput(), DDXMLElement.throwError(), TrigObjTnPHistColl::TrigObjVarF.TrigObjVarF(), TritonClient.TritonClient(), TritonService.TritonService(), cond::CredentialStore.unsetPermission(), dqmservices::DQMFileIterator.update_state(), Logger.warn(), edm::ThreadSafeOutputFileStream.write(), FRDOutputModule.write(), edm::StreamerOutputModuleBase.write(), popcon::PopCon.write(), RawEventOutputModuleForBU< Consumer >.write(), and evf::EvFOutputModule.write().
tuple mps_check.nEvent = 0 |
Definition at line 47 of file mps_check.py.
string mps_check.okStatus = 'OK' |
Definition at line 371 of file mps_check.py.
int mps_check.pedeAbend = 0 |
Definition at line 49 of file mps_check.py.
int mps_check.pedeLogErr = 0 |
Definition at line 50 of file mps_check.py.
string mps_check.pedeLogErrStr = "" |
Definition at line 64 of file mps_check.py.
int mps_check.pedeLogWrn = 0 |
Definition at line 51 of file mps_check.py.
string mps_check.pedeLogWrnStr = "" |
Definition at line 65 of file mps_check.py.
int mps_check.quota = 0 |
Definition at line 46 of file mps_check.py.
int mps_check.quotaspace = 0 |
Definition at line 59 of file mps_check.py.
string mps_check.remark = "" |
Definition at line 66 of file mps_check.py.
int mps_check.rfioerr = 0 |
Definition at line 45 of file mps_check.py.
int mps_check.segviol = 0 |
Definition at line 44 of file mps_check.py.
string mps_check.stdOut = 'jobData/' |
Definition at line 75 of file mps_check.py.
int mps_check.timel = 0 |
Definition at line 39 of file mps_check.py.
int mps_check.timeout = 0 |
Definition at line 53 of file mps_check.py.
Referenced by FedRawDataInputSource.getNextEvent(), edm::storage::StormLcgGtStorageMaker.getTURL(), edm::service::SiteLocalConfigService.parse(), FedRawDataInputSource.readSupervisor(), XrdAdaptor::RequestManager.requestFailure(), and edm::storage::XrdStorageMaker.setTimeout().
int mps_check.tooManyTracks = 0 |
Definition at line 43 of file mps_check.py.
tuple mps_check.usedPedeMem = 0 |
Definition at line 262 of file mps_check.py.