Public Member Functions | |
def | __call__ |
def | __init__ |
def | getDefaultParameters |
def | toolCode |
Private Attributes | |
_comment | |
_parameters | |
Static Private Attributes | |
tuple | _defaultParameters = dicttypes.SortedKeysDict() |
string | _label = 'addTauCollection' |
Add a new collection of taus. Takes the configuration from the already configured standard tau collection as starting point; replaces before calling addTauCollection will also affect the new tau collections
Definition at line 233 of file tauTools.py.
def tauTools.AddTauCollection.__init__ | ( | self | ) |
Definition at line 242 of file tauTools.py.
def tauTools.AddTauCollection.__call__ | ( | self, | |
process, | |||
tauCollection = None , |
|||
algoLabel = None , |
|||
typeLabel = None , |
|||
doPFIsoDeposits = None , |
|||
jetCorrLabel = None , |
|||
standardAlgo = None , |
|||
standardType = None |
|||
) |
Definition at line 274 of file tauTools.py.
def tauTools.AddTauCollection.getDefaultParameters | ( | self | ) |
Definition at line 264 of file tauTools.py.
def tauTools.AddTauCollection.toolCode | ( | self, | |
process | |||
) |
Definition at line 298 of file tauTools.py.
|
private |
Definition at line 262 of file tauTools.py.
|
staticprivate |
Definition at line 241 of file tauTools.py.
|
staticprivate |
Definition at line 240 of file tauTools.py.
|
private |
Definition at line 261 of file tauTools.py.