Functions | |
def | callBack (result) |
def | chunks (l, n) |
def | createOutputDir (dir, components, force) |
def | getHeppyOption (name, default=None) |
def | main (options, args, parser) |
def | runLoop (comp, outDir, config, options) |
def | runLoopAsync (comp, outDir, configName, options) |
def | setHeppyOption (name, value=True) |
def | split (comps) |
Variables | |
_heppyGlobalOptions | |
action | |
args | |
argv | |
default | |
dest | |
help | |
loop | |
oldv | |
options | |
parser | |
type | |
usage | |
def heppy_loop.callBack | ( | result | ) |
Definition at line 30 of file heppy_loop.py.
Referenced by cond::persistency::CoralMsgReporter.subscribe().
def heppy_loop.chunks | ( | l, | |
n | |||
) |
Definition at line 95 of file heppy_loop.py.
References FastTimerService_cff.range.
Referenced by split().
def heppy_loop.createOutputDir | ( | dir, | |
components, | |||
force | |||
) |
Creates the output dir, dealing with the case where dir exists.
Definition at line 68 of file heppy_loop.py.
References join(), and print().
Referenced by main().
def heppy_loop.getHeppyOption | ( | name, | |
default = None |
|||
) |
Definition at line 129 of file heppy_loop.py.
def heppy_loop.main | ( | options, | |
args, | |||
parser | |||
) |
Definition at line 136 of file heppy_loop.py.
References createOutputDir(), min(), print(), runLoop(), and split().
def heppy_loop.runLoop | ( | comp, | |
outDir, | |||
config, | |||
options | |||
) |
Definition at line 46 of file heppy_loop.py.
References createfilelist.int, and join().
Referenced by main(), and runLoopAsync().
def heppy_loop.runLoopAsync | ( | comp, | |
outDir, | |||
configName, | |||
options | |||
) |
Definition at line 34 of file heppy_loop.py.
def heppy_loop.setHeppyOption | ( | name, | |
value = True |
|||
) |
Definition at line 132 of file heppy_loop.py.
def heppy_loop.split | ( | comps | ) |
Definition at line 98 of file heppy_loop.py.
References chunks(), and FastTimerService_cff.range.
Referenced by main().
|
private |
Definition at line 127 of file heppy_loop.py.
heppy_loop.action |
Definition at line 27 of file heppy_loop.py.
heppy_loop.args |
Definition at line 62 of file heppy_loop.py.
heppy_loop.argv |
Definition at line 19 of file heppy_loop.py.
heppy_loop.default |
Definition at line 16 of file heppy_loop.py.
heppy_loop.dest |
Definition at line 13 of file heppy_loop.py.
heppy_loop.help |
Definition at line 15 of file heppy_loop.py.
heppy_loop.loop |
Definition at line 28 of file heppy_loop.py.
Referenced by optutl::CommandLineParser._getSectionFiles(), CACell.checkAlignmentAndAct(), HGCDoublet.checkCompatibilityAndTag(), RawDataConverter.ClearData(), CmsShowMainFrame.CmsShowMainFrame(), DDCheckMaterial(), SiStripTFile.dirContent(), MillePedeAlignmentAlgorithm.doIO(), LaserAlignment.DumpPosFileSet(), LaserAlignment.DumpStripFileSet(), SETSeedFinder.estimateMomentum(), PhysicsTools::MVAComputer::EvalContext.eval(), PhysicsTools::MVAComputer::DerivContext.eval(), PhysicsTools::MVAComputer.evalInternal(), LMFDefFabric.getColor(), LMFDefFabric.getColorFromID(), RawDataConverter.GetDigis(), LMFDefFabric.getRunTag(), LMFDefFabric.getRunTagFromID(), LMFDefFabric.getTrigType(), LMFDefFabric.getTrigTypeFromID(), pat::EventHypothesis.loop(), output(), optutl::CommandLineParser.parseArguments(), Pi0CalibXMLwriter.Pi0CalibXMLwriter(), EcalDigiSelector.produce(), SiStripTFile.readDQMFormat(), TrajectoryManager.reconstruct(), stdcomb.recursive_combination(), LMFColoredTable.setColor(), LMFColoredTable.setSystem(), HcalTestAnalysis.update(), DDI::Polycone.volume(), and DDI::Polyhedra.volume().
heppy_loop.oldv |
Definition at line 18 of file heppy_loop.py.
heppy_loop.options |
Definition at line 62 of file heppy_loop.py.
heppy_loop.parser |
Definition at line 5 of file heppy_loop.py.
heppy_loop.type |
Definition at line 14 of file heppy_loop.py.
heppy_loop.usage |
Definition at line 6 of file heppy_loop.py.