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 285 of file __init__.py.
def python.Runs.__del__ | ( | self | ) |
(Internal) Destructor
Definition at line 328 of file __init__.py.
References MELaserPrim._run, and python.Runs._run.
def python.Runs.__iter__ | ( | self | ) |
Definition at line 335 of file __init__.py.
References python.Lumis._next(), and python.Runs._next().
|
private |
Private Member Functions ##.
(Internal) Creates an FWLite Run
Definition at line 394 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 413 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 339 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 353 of file __init__.py.
References join(), and list().
def python.Runs.runAuxiliary | ( | self | ) |
Definition at line 346 of file __init__.py.
|
private |
Definition at line 403 of file __init__.py.
|
private |
Definition at line 292 of file __init__.py.
Referenced by python.Events._createFWLiteEvent(), and python.Runs._createFWLiteRun().
|
private |
Parse optional arguments ##.
Definition at line 289 of file __init__.py.
Referenced by python.Runs._next().
|
private |
Definition at line 286 of file __init__.py.
Referenced by python.Runs.__del__(), and python.Runs._createFWLiteRun().
|
private |
Definition at line 287 of file __init__.py.
Referenced by python.Runs._next().
|
private |
Definition at line 311 of file __init__.py.
|
private |
Definition at line 288 of file __init__.py.
|
private |
Definition at line 402 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().