ATLAS Offline Software
Namespaces | Functions | Variables
HION7.py File Reference

Go to the source code of this file.

Namespaces

 python.HION7
 

Functions

def python.HION7.HION7SkimmingToolCfg (flags)
 Skiming. More...
 
def python.HION7.HION7GlobalAugmentationToolCfg (flags)
 
def python.HION7.HION7KernelCfg (flags, name='HION7Kernel', **kwargs)
 
def python.HION7.HION7Cfg (flags)
 

Variables

 python.HION7.info = getTypeForRun(flags.Input.RunNumbers[0])
 
bool python.HION7.isSmallSystem = False
 
int python.HION7.pTCut = 20
 
string python.HION7.track_thinning_expression = "InDetTrackParticles.pt > 0.9*GeV"
 
 python.HION7.TrackParticleThinningTool
 
 python.HION7.AntiKt2HIJetsThinningTool
 
 python.HION7.AntiKt4HIJetsThinningTool
 
list python.HION7.thinningTools
 
string python.HION7.truth_thinning_expression = "(TruthParticles.status==1) && (TruthParticles.pt > 0.7*GeV) && (abs(TruthParticles.eta) < 2.7)"
 
 python.HION7.TruthParticleThinningTool
 
 python.HION7.skimmingTool = acc.getPrimaryAndMerge(HION7SkimmingToolCfg(flags))
 
 python.HION7.globalAugmentationTool = acc.getPrimaryAndMerge(HION7GlobalAugmentationToolCfg(flags))
 
list python.HION7.augmentationTool = [globalAugmentationTool]
 
 python.HION7.sequenceName
 
 python.HION7.HION7SlimmingHelper = SlimmingHelper("HION7SlimmingHelper", NamesAndTypes = flags.Input.TypedCollections, flags = flags)
 Slimming. More...
 
 python.HION7.SmartCollections
 
 python.HION7.all_variables = ListSlimming.HION7AllVarContent()
 
 python.HION7.AllVariables
 
 python.HION7.HION7ItemList = HION7SlimmingHelper.GetItemList()