List of all members.
Detailed Description
Definition at line 805 of file Types.py.
Constructor & Destructor Documentation
def Types::VESInputTag::__init__ |
( |
|
self, |
|
|
|
arg, |
|
|
|
args |
|
) |
| |
Member Function Documentation
def Types::VESInputTag::_itemIsValid |
( |
|
item | ) |
[private] |
Definition at line 809 of file Types.py.
00810 :
return ESInputTag._isValid(item)
def Types::VESInputTag::_valueFromString |
( |
|
value | ) |
[private] |
Definition at line 824 of file Types.py.
00825 :
return VESInputTag(*_ValidatingParameterListBase._itemsFromStrings(value,ESInputTag._valueFromString))
def Types::VESInputTag::configValueForItem |
( |
|
self, |
|
|
|
item, |
|
|
|
options |
|
) |
| |
def Types::VESInputTag::insertInto |
( |
|
self, |
|
|
|
parameterSet, |
|
|
|
myname |
|
) |
| |
Definition at line 826 of file Types.py.
00827 :
00828 cppTags = list()
00829 for i in self:
00830 item = i
00831 if isinstance(item, str):
00832 item = ESInputTag(i)
00833 cppTags.append(item.cppTag(parameterSet))
00834 parameterSet.addVESInputTag(self.isTracked(), myname, cppTags)
def Types::VESInputTag::pythonValueForItem |
( |
|
self, |
|
|
|
item, |
|
|
|
options |
|
) |
| |