Public Member Functions | |
def | __del__ (self) |
def | __init__ (self, inputFiles='', kwargs) |
def | __iter__ (self) |
def | aux (self) |
def | getByLabel (self, args) |
def | runAuxiliary (self) |
Private Member Functions | |
def | _createFWLiteRun (self) |
Private Member Functions ##. More... | |
def | _next (self) |
Private Attributes | |
_currFilename | |
_filenames | |
_maxRuns | |
Parse optional arguments ##. More... | |
_run | |
_runCounts | |
_secondaryFilenames | |
_tfile | |
_veryFirstTime | |
def python.Runs.__init__ | ( | self, | |
inputFiles = '' , |
|||
kwargs | |||
) |
Definition at line 301 of file __init__.py.
def python.Runs.__del__ | ( | self | ) |
(Internal) Destructor
Definition at line 344 of file __init__.py.
References MELaserPrim._run, and python.Runs._run.
def python.Runs.__iter__ | ( | self | ) |
Definition at line 351 of file __init__.py.
References python.Lumis._next(), and python.Runs._next().
|
private |
Private Member Functions ##.
(Internal) Creates an FWLite Run
Definition at line 417 of file __init__.py.
References python.Lumis._filenames, python.Runs._filenames, MELaserPrim._run, and python.Runs._run.
Referenced by python.Runs._next().
|
private |
(Internal) Iterator internals
Definition at line 436 of file __init__.py.
References python.Runs._createFWLiteRun(), python.Runs._maxRuns, and python.Runs._runCounts.
Referenced by python.Runs.__iter__(), and python.Events.__iter__().
def python.Runs.aux | ( | self | ) |
Definition at line 355 of file __init__.py.
def python.Runs.getByLabel | ( | self, | |
args | |||
) |
Calls FWLite's getByLabel. Called: getByLabel (moduleLabel, handle) getByLabel (moduleLabel, productInstanceLabel, handle), getByLabel (moduleLabel, productInstanceLabel, processLabel, handle), or getByLabel ( (mL, pIL,pL), handle)
Definition at line 369 of file __init__.py.
References KineDebug3.count(), join(), list(), and split.
def python.Runs.runAuxiliary | ( | self | ) |
Definition at line 362 of file __init__.py.
|
private |
Definition at line 426 of file __init__.py.
|
private |
Definition at line 308 of file __init__.py.
Referenced by cfg-viewer.unscheduled._calcFilenames(), python.Events._createFWLiteEvent(), and python.Runs._createFWLiteRun().
|
private |
Parse optional arguments ##.
Definition at line 305 of file __init__.py.
Referenced by python.Runs._next().
|
private |
Definition at line 302 of file __init__.py.
Referenced by python.Runs.__del__(), and python.Runs._createFWLiteRun().
|
private |
Definition at line 303 of file __init__.py.
Referenced by python.Runs._next().
|
private |
Definition at line 327 of file __init__.py.
|
private |
Definition at line 304 of file __init__.py.
|
private |
Definition at line 425 of file __init__.py.
Referenced by python.Events._createFWLiteEvent(), python.Events._next(), python.Events.eventAuxiliary(), python.Events.getByLabel(), python.Events.size(), and python.Events.to().