![]() |
![]() |
Public Member Functions | |
def | __del__ |
def | __init__ |
def | __iter__ |
def | aux |
def | getByLabel |
def | luminosityBlockAuxiliary |
Private Member Functions | |
def | _createFWLiteLumi |
Private Member Functions ##. More... | |
def | _next |
Private Attributes | |
_currFilename | |
_filenames | |
_lumi | |
_lumiCounts | |
_maxLumis | |
Parse optional arguments ##. More... | |
_secondaryFilenames | |
_tfile | |
_veryFirstTime | |
def python.Lumis.__init__ | ( | self, | |
inputFiles = '' , |
|||
kwargs | |||
) |
Definition at line 143 of file __init__.py.
def python.Lumis.__del__ | ( | self | ) |
def python.Lumis.__iter__ | ( | self | ) |
Definition at line 193 of file __init__.py.
References python.Lumis._next().
|
private |
Private Member Functions ##.
(Internal) Creates an FWLite Lumi
Definition at line 257 of file __init__.py.
References python.Lumis._filenames, and python.Lumis._lumi.
Referenced by python.Lumis._next().
|
private |
(Internal) Iterator internals
Definition at line 276 of file __init__.py.
References python.Lumis._createFWLiteLumi(), python.Lumis._lumiCounts, and python.Lumis._maxLumis.
Referenced by python.Lumis.__iter__(), python.Runs.__iter__(), and python.Events.__iter__().
def python.Lumis.aux | ( | self | ) |
Definition at line 197 of file __init__.py.
def python.Lumis.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 211 of file __init__.py.
References submitPVResolutionJobs.count, if(), join(), and submitPVValidationJobs.split().
def python.Lumis.luminosityBlockAuxiliary | ( | self | ) |
Definition at line 204 of file __init__.py.
|
private |
Definition at line 266 of file __init__.py.
|
private |
Definition at line 150 of file __init__.py.
Referenced by python.Events._createFWLiteEvent(), python.Lumis._createFWLiteLumi(), and python.Runs._createFWLiteRun().
|
private |
Definition at line 144 of file __init__.py.
Referenced by python.Lumis.__del__(), and python.Lumis._createFWLiteLumi().
|
private |
Definition at line 145 of file __init__.py.
Referenced by python.Lumis._next().
|
private |
Parse optional arguments ##.
Definition at line 147 of file __init__.py.
Referenced by python.Lumis._next().
|
private |
Definition at line 169 of file __init__.py.
|
private |
Definition at line 146 of file __init__.py.
|
private |
Definition at line 265 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().