![]() |
ATLAS Offline Software
|
Functions | |
| _jetname (jetdef, modspec) | |
| _constitContainername (jetdef, modspec) | |
Variables | |
| stdJetModifiers = ldict() | |
| Sort | |
| Define the simple modifier setups here – those defined in JetRec. | |
| Filter | |
| Filter_ifnotESD | |
| Filter_calibThreshold | |
| Calib | |
| jetlog = Logging.logging.getLogger('JetStandardMods') | |
| CalibNew | |
| ClusterMoments | |
| ECPSFrac | |
| Width | |
| CaloEnergies | |
| CaloEnergiesLargeR | |
| CaloEnergiesClus | |
| CaloQuality | |
| CaloQualityFE | |
| N90 | |
| ConstitFourMom | |
| EMScaleMom | |
| JVF | |
| JVT | |
| NNJVT | |
| LArHVCorr | |
| OriginSetPV | |
| TrackMoments | |
| TrackSumMoments | |
| Charge | |
| QGTagging | |
| fJVT | |
| bJVT | |
| ConstitFrac | |
| groomMRatio | |
| JetPtAssociation | |
| numConstit | |
| jetiso | |
| jetisoTruth | |
| PartonTruthLabel | |
| JetDeltaRLabel | |
| JetGhostLabel | |
| JetDeltaRInitialLabel | |
| JetGhostInitialLabel | |
| JetQuarkChargeLabel | |
| JetTaggingTruthLabel | |
| JetPileupLabel | |
| nsubjettiness | |
| nsubjettinessR | |
| ktdr | |
| ktsplitter | |
| angularity | |
| dipolarity | |
| planarflow | |
| ktmassdrop | |
| ecorr | |
| ecorrR | |
| ecorrgeneral | |
| ecorrgeneralratios | |
| comshapes | |
| pull | |
| charge | |
| qw | |
| softdropobs | |
| qgtransformer | |
| toptransformer | |
| wtransformer | |
| wtransformer_massdec | |
| vr | |
This module defines the standard JetModifier tools used in jet reco
Definitions are grouped in a dictionary of tool configurations using the helpers defined
in package configs.
This dict maps a modifier alias to the JetModifier config object
that in turn will be responsible for generating a configured tool.
The JetModifier config class is defined in JetDefinition.py
Args to the JetModifier constructor are:
1. Tool Type (ignored if the helper is a custom one)
2. Tool Name (ignored if the helper is a custom one)
3. createfn : helper function which build the actual tool. If none, we just instantiate the tool type.
4. prereqs : Prerequisites (default to []). Can also be a function which returns a list
X. all other keyword arguments are directly interpreted as Property of the tool.
for ex, passing 'PtMin=10.' will configure the tool as in 'tool.PtMin = 10'
we can pass function as the value :
'JetContainerName=nameFunc' will configure as in 'tool.JetContainerName=nameFunc(jetdef, modspec)'
--> should this be by default? prefer to avoid ignored args
|
protected |
Returns the exact constituent container name used to build jetdef
Definition at line 96 of file StandardJetMods.py.
|
protected |
Definition at line 92 of file StandardJetMods.py.
| python.StandardJetMods.angularity |
Definition at line 306 of file StandardJetMods.py.
| python.StandardJetMods.bJVT |
Definition at line 185 of file StandardJetMods.py.
| python.StandardJetMods.Calib |
Definition at line 60 of file StandardJetMods.py.
| python.StandardJetMods.CalibNew |
Definition at line 73 of file StandardJetMods.py.
| python.StandardJetMods.CaloEnergies |
Definition at line 114 of file StandardJetMods.py.
| python.StandardJetMods.CaloEnergiesClus |
Definition at line 126 of file StandardJetMods.py.
| python.StandardJetMods.CaloEnergiesLargeR |
Definition at line 119 of file StandardJetMods.py.
| python.StandardJetMods.CaloQuality |
Definition at line 131 of file StandardJetMods.py.
| python.StandardJetMods.CaloQualityFE |
Definition at line 135 of file StandardJetMods.py.
| python.StandardJetMods.Charge |
Definition at line 170 of file StandardJetMods.py.
| python.StandardJetMods.charge |
Definition at line 324 of file StandardJetMods.py.
| python.StandardJetMods.ClusterMoments |
Definition at line 109 of file StandardJetMods.py.
| python.StandardJetMods.comshapes |
Definition at line 320 of file StandardJetMods.py.
| python.StandardJetMods.ConstitFourMom |
Definition at line 143 of file StandardJetMods.py.
| python.StandardJetMods.ConstitFrac |
Definition at line 190 of file StandardJetMods.py.
| python.StandardJetMods.dipolarity |
Definition at line 308 of file StandardJetMods.py.
| python.StandardJetMods.ecorr |
Definition at line 314 of file StandardJetMods.py.
| python.StandardJetMods.ecorrgeneral |
Definition at line 317 of file StandardJetMods.py.
| python.StandardJetMods.ecorrgeneralratios |
Definition at line 318 of file StandardJetMods.py.
| python.StandardJetMods.ecorrR |
Definition at line 315 of file StandardJetMods.py.
| python.StandardJetMods.ECPSFrac |
Definition at line 110 of file StandardJetMods.py.
| python.StandardJetMods.EMScaleMom |
Definition at line 145 of file StandardJetMods.py.
| python.StandardJetMods.Filter |
Definition at line 36 of file StandardJetMods.py.
| python.StandardJetMods.Filter_calibThreshold |
Definition at line 45 of file StandardJetMods.py.
| python.StandardJetMods.Filter_ifnotESD |
Definition at line 41 of file StandardJetMods.py.
| python.StandardJetMods.fJVT |
Definition at line 180 of file StandardJetMods.py.
| python.StandardJetMods.groomMRatio |
Definition at line 194 of file StandardJetMods.py.
| python.StandardJetMods.JetDeltaRInitialLabel |
Definition at line 259 of file StandardJetMods.py.
| python.StandardJetMods.JetDeltaRLabel |
Definition at line 243 of file StandardJetMods.py.
| python.StandardJetMods.JetGhostInitialLabel |
Definition at line 267 of file StandardJetMods.py.
| python.StandardJetMods.JetGhostLabel |
Definition at line 251 of file StandardJetMods.py.
| python.StandardJetMods.jetiso |
Definition at line 211 of file StandardJetMods.py.
| python.StandardJetMods.jetisoTruth |
Definition at line 219 of file StandardJetMods.py.
| python.StandardJetMods.jetlog = Logging.logging.getLogger('JetStandardMods') |
Definition at line 66 of file StandardJetMods.py.
| python.StandardJetMods.JetPileupLabel |
Definition at line 286 of file StandardJetMods.py.
| python.StandardJetMods.JetPtAssociation |
Definition at line 198 of file StandardJetMods.py.
| python.StandardJetMods.JetQuarkChargeLabel |
Definition at line 274 of file StandardJetMods.py.
| python.StandardJetMods.JetTaggingTruthLabel |
Definition at line 280 of file StandardJetMods.py.
| python.StandardJetMods.JVF |
Definition at line 149 of file StandardJetMods.py.
| python.StandardJetMods.JVT |
Definition at line 153 of file StandardJetMods.py.
| python.StandardJetMods.ktdr |
Definition at line 302 of file StandardJetMods.py.
| python.StandardJetMods.ktmassdrop |
Definition at line 312 of file StandardJetMods.py.
| python.StandardJetMods.ktsplitter |
Definition at line 304 of file StandardJetMods.py.
| python.StandardJetMods.LArHVCorr |
Definition at line 159 of file StandardJetMods.py.
| python.StandardJetMods.N90 |
Definition at line 140 of file StandardJetMods.py.
| python.StandardJetMods.NNJVT |
Definition at line 156 of file StandardJetMods.py.
| python.StandardJetMods.nsubjettiness |
Definition at line 297 of file StandardJetMods.py.
| python.StandardJetMods.nsubjettinessR |
Definition at line 299 of file StandardJetMods.py.
| python.StandardJetMods.numConstit |
Definition at line 205 of file StandardJetMods.py.
| python.StandardJetMods.OriginSetPV |
Definition at line 161 of file StandardJetMods.py.
| python.StandardJetMods.PartonTruthLabel |
Definition at line 238 of file StandardJetMods.py.
| python.StandardJetMods.planarflow |
Definition at line 310 of file StandardJetMods.py.
| python.StandardJetMods.pull |
Definition at line 322 of file StandardJetMods.py.
| python.StandardJetMods.QGTagging |
Definition at line 173 of file StandardJetMods.py.
| python.StandardJetMods.qgtransformer |
Definition at line 335 of file StandardJetMods.py.
| python.StandardJetMods.qw |
Definition at line 326 of file StandardJetMods.py.
| python.StandardJetMods.softdropobs |
Definition at line 328 of file StandardJetMods.py.
| python.StandardJetMods.Sort |
Define the simple modifier setups here – those defined in JetRec.
Definition at line 35 of file StandardJetMods.py.
| python.StandardJetMods.stdJetModifiers = ldict() |
Definition at line 30 of file StandardJetMods.py.
| python.StandardJetMods.toptransformer |
Definition at line 350 of file StandardJetMods.py.
| python.StandardJetMods.TrackMoments |
Definition at line 163 of file StandardJetMods.py.
| python.StandardJetMods.TrackSumMoments |
Definition at line 167 of file StandardJetMods.py.
| python.StandardJetMods.vr |
Definition at line 393 of file StandardJetMods.py.
| python.StandardJetMods.Width |
Definition at line 111 of file StandardJetMods.py.
| python.StandardJetMods.wtransformer |
Definition at line 365 of file StandardJetMods.py.
| python.StandardJetMods.wtransformer_massdec |
Definition at line 380 of file StandardJetMods.py.