![]() |
![]() |
Public Member Functions | |
def | __eq__ (self, other) |
def | __ge__ (self, other) |
def | __gt__ (self, other) |
def | __init__ (self, module='', data='') |
def | __le__ (self, other) |
def | __lt__ (self, other) |
def | __ne__ (self, other) |
def | configValue (self, options=PrintOptions()) |
def | cppTag (self, parameterSet) |
def | getDataLabel (self) |
def | getModuleLabel (self) |
def | insertInto (self, parameterSet, myname) |
def | pythonValue (self, options=PrintOptions()) |
def | setDataLabel (self, label) |
def | setModuleLabel (self, label) |
def | setValue (self, v) |
def | value (self) |
![]() | |
def | __init__ (self) |
def | __repr__ (self) |
def | configTypeName (self) |
def | dumpPython (self, options=PrintOptions()) |
def | isFrozen (self) |
def | isModified (self) |
def | isTracked (self) |
def | pythonTypeName (self) |
def | resetModified (self) |
def | setIsFrozen (self) |
def | setIsTracked (self, trackness) |
Static Public Member Functions | |
def | formatValueForConfig (value) |
Properties | |
dataLabel = property(getDataLabel,setDataLabel,"data label for the product") | |
moduleLabel = property(getModuleLabel,setModuleLabel,"module label for the product") | |
Private Member Functions | |
def | _setValues (self, moduleLabel='', dataLabel='') |
Static Private Member Functions | |
def | _isValid (value) |
def | _valueFromString (string) |
Private Attributes | |
__data | |
__moduleLabel | |
_isModified | |
def Types.ESInputTag.__init__ | ( | self, | |
module = '' , |
|||
data = '' |
|||
) |
Definition at line 544 of file Types.py.
References Types.InputTag._setValues(), and Types.ESInputTag._setValues().
def Types.ESInputTag.__eq__ | ( | self, | |
other | |||
) |
Definition at line 579 of file Types.py.
References Types.ESInputTag.__data, Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
def Types.ESInputTag.__ge__ | ( | self, | |
other | |||
) |
Definition at line 589 of file Types.py.
References Types.ESInputTag.__data, Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
def Types.ESInputTag.__gt__ | ( | self, | |
other | |||
) |
Definition at line 585 of file Types.py.
References Types.ESInputTag.__data, Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
def Types.ESInputTag.__le__ | ( | self, | |
other | |||
) |
Definition at line 587 of file Types.py.
References Types.ESInputTag.__data, Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
def Types.ESInputTag.__lt__ | ( | self, | |
other | |||
) |
Definition at line 583 of file Types.py.
References Types.ESInputTag.__data, Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
def Types.ESInputTag.__ne__ | ( | self, | |
other | |||
) |
Definition at line 581 of file Types.py.
References Types.ESInputTag.__data, Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
|
staticprivate |
|
private |
Definition at line 604 of file Types.py.
References Types.ESInputTag.__data, Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
Referenced by Types.ESInputTag.__init__(), and Types.ESInputTag.setValue().
|
staticprivate |
Definition at line 598 of file Types.py.
def Types.ESInputTag.configValue | ( | self, | |
options = PrintOptions() |
|||
) |
Definition at line 561 of file Types.py.
References Types.ESInputTag.__data, Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
Referenced by Types.ESInputTag.pythonValue(), and Types.ESInputTag.value().
def Types.ESInputTag.cppTag | ( | self, | |
parameterSet | |||
) |
Definition at line 618 of file Types.py.
References Types.ESInputTag.getDataLabel(), Types.InputTag.getModuleLabel(), and Types.ESInputTag.getModuleLabel().
Referenced by Types.ESInputTag.insertInto().
def Types.ESInputTag.getDataLabel | ( | self | ) |
Definition at line 554 of file Types.py.
References Types.ESInputTag.__data.
Referenced by Types.ESInputTag.cppTag().
def Types.ESInputTag.getModuleLabel | ( | self | ) |
Definition at line 547 of file Types.py.
References Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
Referenced by Types.ESInputTag.cppTag().
def Types.ESInputTag.insertInto | ( | self, | |
parameterSet, | |||
myname | |||
) |
Definition at line 621 of file Types.py.
References Types.InputTag.cppTag(), Types.ESInputTag.cppTag(), edm::AllowedLabelsDescriptionBase.isTracked(), edm::ParameterWildcardBase.isTracked(), edm::ParameterDescriptionBase.isTracked(), edm::ParameterSetEntry.isTracked(), edm::VParameterSetEntry.isTracked(), Mixins._ParameterTypeBase.isTracked(), and edm::Entry.isTracked().
def Types.ESInputTag.pythonValue | ( | self, | |
options = PrintOptions() |
|||
) |
Definition at line 568 of file Types.py.
References Mixins._SimpleParameterTypeBase.configValue(), Types.double.configValue(), Types.string.configValue(), Types.InputTag.configValue(), Types.ESInputTag.configValue(), and Mixins._ValidatingParameterListBase.configValue().
Referenced by Mixins._ParameterTypeBase.dumpPython().
def Types.ESInputTag.setDataLabel | ( | self, | |
label | |||
) |
def Types.ESInputTag.setModuleLabel | ( | self, | |
label | |||
) |
Definition at line 549 of file Types.py.
References Types.InputTag.__moduleLabel, and Types.ESInputTag.__moduleLabel.
def Types.ESInputTag.setValue | ( | self, | |
v | |||
) |
Definition at line 601 of file Types.py.
References Mixins._ParameterTypeBase._isModified, Types.InputTag._setValues(), and Types.ESInputTag._setValues().
def Types.ESInputTag.value | ( | self | ) |
Definition at line 591 of file Types.py.
References Mixins._SimpleParameterTypeBase.configValue(), Types.double.configValue(), Types.string.configValue(), Types.InputTag.configValue(), Types.ESInputTag.configValue(), and Mixins._ValidatingParameterListBase.configValue().
Referenced by average.Average.average().
|
private |
Definition at line 558 of file Types.py.
Referenced by Types.ESInputTag.__eq__(), Types.ESInputTag.__ge__(), Types.ESInputTag.__gt__(), Types.ESInputTag.__le__(), Types.ESInputTag.__lt__(), Types.ESInputTag.__ne__(), Types.ESInputTag._setValues(), Types.ESInputTag.configValue(), Types.ESInputTag.getDataLabel(), and Types.ESInputTag.setDataLabel().
|
private |
Definition at line 551 of file Types.py.
Referenced by Types.ESInputTag.__eq__(), Types.ESInputTag.__ge__(), Types.ESInputTag.__gt__(), Types.ESInputTag.__le__(), Types.ESInputTag.__lt__(), Types.ESInputTag.__ne__(), Types.ESInputTag._setValues(), Types.ESInputTag.configValue(), Types.ESInputTag.getModuleLabel(), and Types.ESInputTag.setModuleLabel().
|
static |
|
static |