Public Member Functions | |
def | __del__ |
def | __init__ |
def | __iter__ |
def | aux |
def | getByLabel |
def | runAuxiliary |
Private Member Functions | |
def | _createFWLiteRun |
Private Member Functions ##. More... | |
def | _next |
Private Attributes | |
_currFilename | |
_filenames | |
_maxRuns | |
Parse optional arguments ##. More... | |
_run | |
_runCounts | |
_secondaryFilenames | |
_tfile | |
_veryFirstTime | |
def python.Runs.__init__ | ( | self, | |
inputFiles = '' , |
|||
kwargs | |||
) |
Definition at line 287 of file __init__.py.
def python.Runs.__del__ | ( | self | ) |
(Internal) Destructor
Definition at line 330 of file __init__.py.
References MELaserPrim._run, and python.Runs._run.
def python.Runs.__iter__ | ( | self | ) |
Definition at line 337 of file __init__.py.
References python.Lumis._next(), and python.Runs._next().
|
private |
Private Member Functions ##.
(Internal) Creates an FWLite Run
Definition at line 396 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 415 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 341 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 355 of file __init__.py.
References join(), and list().
def python.Runs.runAuxiliary | ( | self | ) |
Definition at line 348 of file __init__.py.
|
private |
Definition at line 405 of file __init__.py.
|
private |
Definition at line 294 of file __init__.py.
Referenced by cfg-viewer.unscheduled._calcFilenames(), python.Events._createFWLiteEvent(), and python.Runs._createFWLiteRun().
|
private |
Parse optional arguments ##.
Definition at line 291 of file __init__.py.
Referenced by python.Runs._next().
|
private |
Definition at line 288 of file __init__.py.
Referenced by python.Runs.__del__(), and python.Runs._createFWLiteRun().
|
private |
Definition at line 289 of file __init__.py.
Referenced by python.Runs._next().
|
private |
Definition at line 313 of file __init__.py.
|
private |
Definition at line 290 of file __init__.py.
|
private |
Definition at line 404 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().