Public Member Functions | |
def | __call__ |
def | __init__ |
def | getDefaultParameters |
def | toolCode |
Private Attributes | |
_comment | |
add comments More... | |
_parameters | |
initialization of the base class More... | |
Static Private Attributes | |
tuple | _defaultParameters = dicttypes.SortedKeysDict() |
string | _label = 'switchJetCollection' |
Tool to switch parameters of the PAT jet collection to your PAT Tuple.
Definition at line 872 of file jetTools.py.
def jetTools.SwitchJetCollection.__init__ | ( | self | ) |
Initialize elements of the class. Note that the tool needs to be derived from ConfigToolBase to be usable in the configEditor.
Definition at line 879 of file jetTools.py.
def jetTools.SwitchJetCollection.__call__ | ( | self, | |
process, | |||
postfix = None , |
|||
btagPrefix = None , |
|||
jetSource = None , |
|||
pfCandidates = None , |
|||
explicitJTA = None , |
|||
pvSource = None , |
|||
svSource = None , |
|||
elSource = None , |
|||
muSource = None , |
|||
runIVF = None , |
|||
tightBTagNTkHits = None , |
|||
loadStdRecoBTag = None , |
|||
svClustering = None , |
|||
fatJets = None , |
|||
groomedFatJets = None , |
|||
algo = None , |
|||
rParam = None , |
|||
getJetMCFlavour = None , |
|||
genJetCollection = None , |
|||
genParticles = None , |
|||
jetCorrections = None , |
|||
btagDiscriminators = None , |
|||
btagInfos = None , |
|||
jetTrackAssociation = None , |
|||
outputModules = None |
|||
) |
Function call wrapper. This will check the parameters and call the actual implementation that can be found in toolCode via the base class function apply.
Definition at line 938 of file jetTools.py.
def jetTools.SwitchJetCollection.getDefaultParameters | ( | self | ) |
Return default parameters of the class
Definition at line 932 of file jetTools.py.
def jetTools.SwitchJetCollection.toolCode | ( | self, | |
process | |||
) |
Tool code implementation
Definition at line 1020 of file jetTools.py.
|
private |
add comments
Definition at line 928 of file jetTools.py.
|
staticprivate |
Definition at line 877 of file jetTools.py.
Referenced by metTools.AddMETCollection.__call__(), metTools.AddMETCollection.__init__(), and metTools.AddMETCollection.getDefaultParameters().
|
staticprivate |
Definition at line 876 of file jetTools.py.
|
private |
initialization of the base class
add all parameters that should be known to the class set defaults
Definition at line 926 of file jetTools.py.
Referenced by metTools.AddMETCollection.toolCode().