List of all members.
Detailed Description
Definition at line 862 of file Types.py.
Constructor & Destructor Documentation
def Types::VLuminosityBlockRange::__init__ |
( |
|
self, |
|
|
|
arg, |
|
|
|
args |
|
) |
| |
Member Function Documentation
def Types::VLuminosityBlockRange::_itemIsValid |
( |
|
item | ) |
[private] |
Definition at line 866 of file Types.py.
00867 :
return LuminosityBlockRange._isValid(item)
def Types::VLuminosityBlockRange::_valueFromString |
( |
|
value | ) |
[private] |
Definition at line 876 of file Types.py.
00877 :
return VLuminosityBlockRange(*_ValidatingParameterListBase._itemsFromStrings(value,VLuminosityBlockRange._valueFromString))
def Types::VLuminosityBlockRange::configValueForItem |
( |
|
self, |
|
|
|
item, |
|
|
|
options |
|
) |
| |
def Types::VLuminosityBlockRange::insertInto |
( |
|
self, |
|
|
|
parameterSet, |
|
|
|
myname |
|
) |
| |
Definition at line 878 of file Types.py.
00879 :
00880 cppIDs = list()
00881 for i in self:
00882 item = i
00883 if isinstance(item, basestring):
00884 item = LuminosityBlockRange._valueFromString(item)
00885 cppIDs.append(item.cppID(parameterSet))
00886 parameterSet.addVLuminosityBlockRange(self.isTracked(), myname, cppIDs)
00887
def Types::VLuminosityBlockRange::pythonValueForItem |
( |
|
self, |
|
|
|
item, |
|
|
|
options |
|
) |
| |