![]() |
![]() |
Public Member Functions | |
def | __eq__ (self, other) |
def | __ge__ (self, other) |
def | __gt__ (self, other) |
def | __init__ (self, value) |
def | __le__ (self, other) |
def | __lt__ (self, other) |
def | __ne__ (self, other) |
def | configValue (self, options=PrintOptions()) |
def | pythonValue (self, options=PrintOptions()) |
def | setValue (self, value) |
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) |
Private Attributes | |
_isModified | |
_value | |
base class for parameter classes which only hold a single value
def Mixins._SimpleParameterTypeBase.__init__ | ( | self, | |
value | |||
) |
def Mixins._SimpleParameterTypeBase.__eq__ | ( | self, | |
other | |||
) |
Definition at line 105 of file Mixins.py.
References Mixins._SimpleParameterTypeBase._value, and edm::TrieNode< T >._value.
Referenced by SequenceTypes._UnarySequenceOperator.__ne__().
def Mixins._SimpleParameterTypeBase.__ge__ | ( | self, | |
other | |||
) |
Definition at line 125 of file Mixins.py.
References Mixins._SimpleParameterTypeBase._value, and edm::TrieNode< T >._value.
def Mixins._SimpleParameterTypeBase.__gt__ | ( | self, | |
other | |||
) |
Definition at line 121 of file Mixins.py.
References Mixins._SimpleParameterTypeBase._value, and edm::TrieNode< T >._value.
def Mixins._SimpleParameterTypeBase.__le__ | ( | self, | |
other | |||
) |
Definition at line 117 of file Mixins.py.
References Mixins._SimpleParameterTypeBase._value, and edm::TrieNode< T >._value.
def Mixins._SimpleParameterTypeBase.__lt__ | ( | self, | |
other | |||
) |
Definition at line 113 of file Mixins.py.
References Mixins._SimpleParameterTypeBase._value, and edm::TrieNode< T >._value.
def Mixins._SimpleParameterTypeBase.__ne__ | ( | self, | |
other | |||
) |
Definition at line 109 of file Mixins.py.
References Mixins._SimpleParameterTypeBase._value, and edm::TrieNode< T >._value.
def Mixins._SimpleParameterTypeBase.configValue | ( | self, | |
options = PrintOptions() |
|||
) |
Definition at line 101 of file Mixins.py.
References Mixins._SimpleParameterTypeBase._value, edm::TrieNode< T >._value, and str.
Referenced by Mixins._SimpleParameterTypeBase.pythonValue(), Types.string.pythonValue(), Types.InputTag.pythonValue(), Types.ESInputTag.pythonValue(), Types.InputTag.value(), and Types.ESInputTag.value().
def Mixins._SimpleParameterTypeBase.pythonValue | ( | self, | |
options = PrintOptions() |
|||
) |
Definition at line 103 of file Mixins.py.
References Mixins._SimpleParameterTypeBase.configValue().
Referenced by Mixins._ParameterTypeBase.dumpPython().
def Mixins._SimpleParameterTypeBase.setValue | ( | self, | |
value | |||
) |
Definition at line 95 of file Mixins.py.
References Types.int32._isValid(), Types.uint32._isValid(), Types.int64._isValid(), Types.uint64._isValid(), Types.double._isValid(), Types.bool._isValid(), Mixins.UsingBlock._isValid(), Types.string._isValid(), Types.EventID._isValid(), Types.LuminosityBlockID._isValid(), Types.LuminosityBlockRange._isValid(), Types.EventRange._isValid(), Types.InputTag._isValid(), Mixins._ValidatingListBase._isValid(), Types.ESInputTag._isValid(), Types.FileInPath._isValid(), Types.SecSource._isValid(), Types.PSet._isValid(), Mixins._SimpleParameterTypeBase._value, edm::TrieNode< T >._value, and str.
def Mixins._SimpleParameterTypeBase.value | ( | self | ) |
Definition at line 93 of file Mixins.py.
References Mixins._SimpleParameterTypeBase._value, and edm::TrieNode< T >._value.
Referenced by Types.int32.__nonzero__(), Types.uint32.__nonzero__(), Types.int64.__nonzero__(), Types.uint64.__nonzero__(), Types.double.__nonzero__(), Types.bool.__nonzero__(), Types.string.__nonzero__(), average.Average.average(), Types.string.configValue(), Types.FileInPath.configValue(), Mixins.UsingBlock.dumpPython(), Types.int32.insertInto(), Types.uint32.insertInto(), Types.int64.insertInto(), Types.uint64.insertInto(), Types.double.insertInto(), Mixins.UsingBlock.insertInto(), Types.bool.insertInto(), Types.string.insertInto(), Types.FileInPath.insertInto(), Types.vint32.insertInto(), Types.vuint32.insertInto(), Types.vint64.insertInto(), Types.vuint64.insertInto(), Types.vdouble.insertInto(), Types.vbool.insertInto(), and Types.vstring.insertInto().
|
private |
Definition at line 99 of file Mixins.py.
Referenced by Mixins._Parameterizable.__addParameter(), Modules.SwitchProducer.__addParameter(), Mixins._Parameterizable.__setattr__(), Modules.SwitchProducer.__setattr__(), Mixins._TypedParameterizable.copy(), and Mixins._Parameterizable.isModified().
|
private |
Definition at line 90 of file Mixins.py.
Referenced by Mixins._SimpleParameterTypeBase.__eq__(), Mixins._SimpleParameterTypeBase.__ge__(), Mixins._SimpleParameterTypeBase.__gt__(), Mixins._SimpleParameterTypeBase.__le__(), Mixins._SimpleParameterTypeBase.__lt__(), Mixins._SimpleParameterTypeBase.__ne__(), Mixins._SimpleParameterTypeBase.configValue(), Types.double.configValue(), Mixins._SimpleParameterTypeBase.setValue(), and Mixins._SimpleParameterTypeBase.value().