![]() |
ATLAS Offline Software
|
Functions | |
| _buildJetAlgForInput (suffix, tools) | |
| buildJetTrackUsedInFitDeco (parentjetdef, inputspec) | |
| buildJetInputTruth (parentjetdef, truthmod) | |
| buildJetInputTruthGEN (parentjetdef, truthmod) | |
| buildLabelledTruth (parentjetdef, truthmod) | |
| buildPV0TrackSel (parentjetdef, spec) | |
| buildPFlowSel (parentjetdef, spec) | |
| buildPFlowSel_tauSeedEleRM (parentjetdef, spec) | |
| buildPFlowSel_noElectrons (parentjetdef, spec) | |
| buildPFlowSel_noMuons (parentjetdef, spec) | |
| buildPFlowSel_noLeptons (parentjetdef, spec) | |
| buildEventShapeAlg (jetOrConstitdef, inputspec, voronoiRf=0.9, radius=0.4, suffix=None) | |
# JetInputConfig: A helper module providing function to setup algorithms # in charge of preparing input sources to jets (ex: EventDensity algo, track # or truth selection,...) # # Author: P-A Delsart #
|
protected |
Definition at line 15 of file JetInputConfig.py.
| python.JetInputConfig.buildEventShapeAlg | ( | jetOrConstitdef, | |
| inputspec, | |||
| voronoiRf = 0.9, | |||
| radius = 0.4, | |||
| suffix = None ) |
Function producing an EventShapeAlg to calculate median energy density for pileup correction
Definition at line 140 of file JetInputConfig.py.
| python.JetInputConfig.buildJetInputTruth | ( | parentjetdef, | |
| truthmod ) |
Definition at line 30 of file JetInputConfig.py.
| python.JetInputConfig.buildJetInputTruthGEN | ( | parentjetdef, | |
| truthmod ) |
Build truth constituents as in EVTGEN jobs in the r21 config. IMPORTANT : this is expected to be temporary, only to reproduce the EVTGEN r21 config with the new config. The definitions should be harmonized with reco-level at some point and this function removed. The source for r21 EVTGEN config was in GeneratorFilters/share/common/GenerateTruthJets.py
Definition at line 38 of file JetInputConfig.py.
| python.JetInputConfig.buildJetTrackUsedInFitDeco | ( | parentjetdef, | |
| inputspec ) |
Definition at line 21 of file JetInputConfig.py.
| python.JetInputConfig.buildLabelledTruth | ( | parentjetdef, | |
| truthmod ) |
Definition at line 50 of file JetInputConfig.py.
| python.JetInputConfig.buildPFlowSel | ( | parentjetdef, | |
| spec ) |
Definition at line 74 of file JetInputConfig.py.
| python.JetInputConfig.buildPFlowSel_noElectrons | ( | parentjetdef, | |
| spec ) |
Definition at line 103 of file JetInputConfig.py.
| python.JetInputConfig.buildPFlowSel_noLeptons | ( | parentjetdef, | |
| spec ) |
Definition at line 125 of file JetInputConfig.py.
| python.JetInputConfig.buildPFlowSel_noMuons | ( | parentjetdef, | |
| spec ) |
Definition at line 114 of file JetInputConfig.py.
| python.JetInputConfig.buildPFlowSel_tauSeedEleRM | ( | parentjetdef, | |
| spec ) |
Definition at line 88 of file JetInputConfig.py.
| python.JetInputConfig.buildPV0TrackSel | ( | parentjetdef, | |
| spec ) |
Definition at line 57 of file JetInputConfig.py.