ATLAS Offline Software
Loading...
Searching...
No Matches
HION7.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.HION7

Functions

 python.HION7.PhysAugmentationsHION7Cfg (flags)
 in place of common PhysCommonAugmentations:
 python.HION7.getDFJets (flags)
 python.HION7.HION7SkimmingToolCfg (flags)
 Skiming.
 python.HION7.HION7GlobalAugmentationToolCfg (flags)
 python.HION7.HION7JetAugmentationToolCfg (flags)
 python.HION7.HION7KernelCfg (flags, name='HION7Kernel', **kwargs)
 python.HION7.HION7Cfg (flags)

Variables

 python.HION7.info = getTypeForRun(flags.Input.RunNumbers[0])
bool python.HION7.isSmallSystem = False
int python.HION7.pTCut = 20
 python.HION7.JetColl = flags.HeavyIon.HIJetPrefix
 python.HION7.minTrackPt = flags.HeavyIon.MinTrackPt
str python.HION7.track_thinning_expression = "InDetTrackParticles.pt > "+str(minTrackPt)+"*GeV"
 python.HION7.TrackParticleThinningTool
 python.HION7.AntiKt2HIJetsThinningTool
 python.HION7.AntiKt4HIJetsThinningTool
list python.HION7.thinningTools
str python.HION7.truth_thinning_expression = "(TruthParticles.status==1) && (TruthParticles.pt > "+str(minTrackPt-0.2)+"*GeV) && (abs(TruthParticles.eta) < 2.7)"
 python.HION7.TruthParticleThinningTool
 python.HION7.skimmingTool = acc.getPrimaryAndMerge(HION7SkimmingToolCfg(flags))
 python.HION7.globalAugmentationTool = acc.getPrimaryAndMerge(HION7GlobalAugmentationToolCfg(flags))
 python.HION7.jetAugmentationTool = acc.getPrimaryAndMerge(HION7JetAugmentationToolCfg(flags))
list python.HION7.augmentationTool = [globalAugmentationTool,jetAugmentationTool]
 python.HION7.sequenceName
 python.HION7.HION7SlimmingHelper = SlimmingHelper("HION7SlimmingHelper", NamesAndTypes = flags.Input.TypedCollections, flags = flags)
 Slimming.
 python.HION7.SmartCollections
 python.HION7.AllVars = ListSlimming.HION7AllVarContent()
 python.HION7.ExtraVars = ListSlimming.HION7BasicJetVars(JetColl)
dict python.HION7.extra_AppendToDictionary = {}
 python.HION7.ExtraVariables
 python.HION7.AllVariables
 python.HION7.HION7ItemList = HION7SlimmingHelper.GetItemList()
 python.HION7.HIJetRemovedBranches = ListSlimming.makeHIJetRemovedBranchList()
str python.HION7.jet_var_str = '.-'.join ([''] + HIJetRemovedBranches)
 python.HION7.jetRlist = flags.HeavyIon.Jet.RValues
list python.HION7.output