ATLAS Offline Software
Functions | Variables
python.SCT_RODVetoTestAlgConfig Namespace Reference

Functions

def SCT_RODVetoTestAlgCfg (flags, name="SCT_RODVetoTestAlg", **kwargs)
 

Variables

 flags = initConfigFlags()
 
 Files
 
 isMC
 
 ProjectName
 
 RunNumbers
 
 TimeStamps
 
 GlobalTag
 
 AtlasVersion
 
 GeometrySCT
 
 cfg = MainServicesCfg(flags)
 
dictionary kwargs = {}
 
 maxEvents
 

Detailed Description

Define method to configure and test SCT_RODVetoTestAlg

Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration

Function Documentation

◆ SCT_RODVetoTestAlgCfg()

def python.SCT_RODVetoTestAlgConfig.SCT_RODVetoTestAlgCfg (   flags,
  name = "SCT_RODVetoTestAlg",
**  kwargs 
)
Return a configured SCT_RODVetoTestAlg

Definition at line 8 of file SCT_RODVetoTestAlgConfig.py.

8 def SCT_RODVetoTestAlgCfg(flags, name="SCT_RODVetoTestAlg", **kwargs):
9  """Return a configured SCT_RODVetoTestAlg"""
10  acc = ComponentAccumulator()
11  from SCT_ConditionsTools.SCT_ConditionsToolsConfig import SCT_RODVetoCfg
12  algArgs = {}
13  algArgs["SCT_RODVetoTool"] = acc.popToolsAndMerge(SCT_RODVetoCfg(flags, **kwargs))
14  acc.addEventAlgo(CompFactory.SCT_RODVetoTestAlg(name, **algArgs))
15  return acc
16 

Variable Documentation

◆ AtlasVersion

python.SCT_RODVetoTestAlgConfig.AtlasVersion

Definition at line 31 of file SCT_RODVetoTestAlgConfig.py.

◆ cfg

python.SCT_RODVetoTestAlgConfig.cfg = MainServicesCfg(flags)

Definition at line 36 of file SCT_RODVetoTestAlgConfig.py.

◆ Files

python.SCT_RODVetoTestAlgConfig.Files

Definition at line 24 of file SCT_RODVetoTestAlgConfig.py.

◆ flags

python.SCT_RODVetoTestAlgConfig.flags = initConfigFlags()

Definition at line 23 of file SCT_RODVetoTestAlgConfig.py.

◆ GeometrySCT

python.SCT_RODVetoTestAlgConfig.GeometrySCT

Definition at line 32 of file SCT_RODVetoTestAlgConfig.py.

◆ GlobalTag

python.SCT_RODVetoTestAlgConfig.GlobalTag

Definition at line 29 of file SCT_RODVetoTestAlgConfig.py.

◆ isMC

python.SCT_RODVetoTestAlgConfig.isMC

Definition at line 25 of file SCT_RODVetoTestAlgConfig.py.

◆ kwargs

dictionary python.SCT_RODVetoTestAlgConfig.kwargs = {}

Definition at line 41 of file SCT_RODVetoTestAlgConfig.py.

◆ maxEvents

python.SCT_RODVetoTestAlgConfig.maxEvents

Definition at line 45 of file SCT_RODVetoTestAlgConfig.py.

◆ ProjectName

python.SCT_RODVetoTestAlgConfig.ProjectName

Definition at line 26 of file SCT_RODVetoTestAlgConfig.py.

◆ RunNumbers

python.SCT_RODVetoTestAlgConfig.RunNumbers

Definition at line 27 of file SCT_RODVetoTestAlgConfig.py.

◆ TimeStamps

python.SCT_RODVetoTestAlgConfig.TimeStamps

Definition at line 28 of file SCT_RODVetoTestAlgConfig.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.SCT_ConditionsToolsConfig.SCT_RODVetoCfg
def SCT_RODVetoCfg(flags, name="SCT_RODVeto", **kwargs)
Definition: SCT_ConditionsToolsConfig.py:407
python.SCT_RODVetoTestAlgConfig.SCT_RODVetoTestAlgCfg
def SCT_RODVetoTestAlgCfg(flags, name="SCT_RODVetoTestAlg", **kwargs)
Definition: SCT_RODVetoTestAlgConfig.py:8