Classes | |
class | Timeout |
Functions | |
def | alarm_handler |
def | launch |
def | log |
def | main |
Variables | |
tuple | args = parser.parse_args() |
tuple | group = parser.add_mutually_exclusive_group() |
tuple | parser = argparse.ArgumentParser(description="Kill/restart the child process if it doesn't out the required string.") |
tuple | stdin_ = os.dup(sys.stdin.fileno()) |
tuple | stdout_ = os.dup(sys.stdout.fileno()) |
def watchdog.alarm_handler | ( | signum, | |
frame | |||
) |
def watchdog.launch | ( | args | ) |
def watchdog.log | ( | s | ) |
Definition at line 21 of file watchdog.py.
def watchdog.main | ( | args | ) |
tuple watchdog.args = parser.parse_args() |
Definition at line 87 of file watchdog.py.
Referenced by DQMStore::IBooker.book1D(), DQMStore::IBooker.book1DD(), DQMStore::IBooker.book1S(), DQMStore::IBooker.book2D(), DQMStore::IBooker.book2DD(), DQMStore::IBooker.book2S(), DQMStore::IBooker.book3D(), DQMStore::IBooker.bookFloat(), DQMStore::IBooker.bookInt(), DQMStore::IBooker.bookProfile(), DQMStore::IBooker.bookProfile2D(), DQMStore::IBooker.bookString(), Plane.build(), GCC11_FINAL< T, TOPO >.build(), BasicTrajectoryState.build(), FWTabularWidget.buttonPressed(), FWTabularWidget.buttonReleased(), FWTableWidget.cellClicked(), BasicTrajectoryState.churn(), FWTableWidget.columnClicked(), NavigationSchool.compatibleLayers(), edmplugin::PluginFactory< R *(Args...)>::PMaker< TPlug >.create(), edmplugin::PluginFactory< R *(Args...)>.create(), DQMGenericClient.DQMGenericClient(), DQMRivetClient.DQMRivetClient(), edm::signalslot::Signal< void(StreamID)>.emit(), TempTrajectory.emplace(), edm::ProcessHistory.emplace_back(), cmsutils::bqueue< TrajectoryMeasurement >.emplace_back(), reco.findMethod(), DQMStore::IGetter.getContents(), main(), NavigationSchool.nextLayers(), reco::parser::MethodSetter.operator()(), edm::serviceregistry::BlockingWrapper< Func >.operator()(), edm::signalslot::Signal< void(StreamID)>.operator()(), raiseDQMError(), FWCollectionSummaryWidget.requestForModelContextMenu(), FWTableWidget.rowClicked(), TagProbeFitTreeAnalyzer.TagProbeFitTreeAnalyzer(), and edmplugin::PluginFactory< R *(Args...)>.tryToCreate().
tuple watchdog.group = parser.add_mutually_exclusive_group() |
Definition at line 82 of file watchdog.py.
Referenced by MuonPFAnalyzer.analyze(), MuonPFAnalyzer.bookHistos(), CSCWireTopology.channel(), EcalShowerContainmentCorrections.correctionCoefficients(), EcalShowerContainmentCorrections.correctionXY(), SimG4HcalValidation.fetchHits(), HcalTB04Analysis.fillBuffer(), EcalShowerContainmentCorrections.fillCorrectionCoefficients(), HcalTB04Analysis.fillEvent(), HcalTestHistoClass.fillHits(), HcalTB04Analysis.finalAnalysis(), HcalTBNumberingScheme.getUnitID(), SimpleNavigationSchool.linkForwardLayers(), L1CaloEcalScaleConfigOnlineProd.newObject(), HcalTTPDigiProducer.produce(), HcalTestAnalysis.qieAnalysis(), EcalWeightGroupXMLTranslator.readXML(), TauDiscriminatorTools.recoTauTypeMapper(), L1MuDTTrackAssembler.runEncoderSubUnit1(), L1MuDTTrackAssembler.runEncoderSubUnit2(), jsoncollector::DataPointDefinition.setDefaultGroup(), TrackingMaterialAnalyser.split(), LA_Filler_Fitter.summarize_ensembles(), and HcalTB04Analysis.unitID().
tuple watchdog.parser = argparse.ArgumentParser(description="Kill/restart the child process if it doesn't out the required string.") |
Definition at line 76 of file watchdog.py.
tuple watchdog.stdin_ = os.dup(sys.stdin.fileno()) |
Definition at line 7 of file watchdog.py.
tuple watchdog.stdout_ = os.dup(sys.stdout.fileno()) |
Definition at line 8 of file watchdog.py.