Functions | |
def | callBack |
def | chunks |
def | createOutputDir |
def | getHeppyOption |
def | main |
def | runLoop |
def | runLoopAsync |
def | setHeppyOption |
def | split |
Variables | |
dictionary | _heppyGlobalOptions = {} |
string | action = 'store_true' |
default = None) | |
string | dest = "nevents" |
string | help = "number of events to process" |
loop = None | |
list | oldv = sys.argv[:] |
tuple | parser = OptionParser() |
string | type = "int" |
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 sistrip::SpyUtilities.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 join().
Referenced by main(), and runLoopAsync().
def heppy_loop.runLoopAsync | ( | comp, | |
outDir, | |||
configName, | |||
options | |||
) |
Definition at line 34 of file heppy_loop.py.
References print(), and runLoop().
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 sistrip::SpyUtilities.range().
Referenced by main().
dictionary heppy_loop._heppyGlobalOptions = {} |
Definition at line 127 of file heppy_loop.py.
string heppy_loop.action = 'store_true' |
Definition at line 27 of file heppy_loop.py.
int heppy_loop.default = None) |
Definition at line 16 of file heppy_loop.py.
string heppy_loop.dest = "nevents" |
Definition at line 13 of file heppy_loop.py.
Definition at line 15 of file heppy_loop.py.
tuple heppy_loop.loop = None |
Definition at line 28 of file heppy_loop.py.
Referenced by gpuVertexFinder.__attribute__(), optutl::CommandLineParser._getSectionFiles(), CACell.checkAlignmentAndAct(), HGCDoublet.checkCompatibilityAndTag(), RawDataConverter.ClearData(), CmsShowMainFrame.CmsShowMainFrame(), DDCheckMaterial(), SiStripTFile.dirContent(), MillePedeAlignmentAlgorithm.doIO(), LaserAlignment.DumpPosFileSet(), LaserAlignment.DumpStripFileSet(), SETSeedFinder.estimateMomentum(), PhysicsTools::MVAComputer.evalInternal(), LMFDefFabric.getColor(), LMFDefFabric.getColorFromID(), RawDataConverter.GetDigis(), LMFDefFabric.getRunTag(), LMFDefFabric.getRunTagFromID(), LMFDefFabric.getTrigType(), LMFDefFabric.getTrigTypeFromID(), pat::EventHypothesis.loop(), output(), optutl::CommandLineParser.parseArguments(), EcalDigiSelector.produce(), SiStripTFile.readDQMFormat(), TrajectoryManager.reconstruct(), stdcomb.recursive_combination(), LMFColoredTable.setColor(), LMFColoredTable.setSystem(), HcalTestAnalysis.update(), DDI::Polycone.volume(), DDI::Polyhedra.volume(), and gpuVertexFinder.while().
list heppy_loop.oldv = sys.argv[:] |
Definition at line 18 of file heppy_loop.py.
tuple heppy_loop.parser = OptionParser() |
Definition at line 5 of file heppy_loop.py.
string heppy_loop.type = "int" |
Definition at line 14 of file heppy_loop.py.