ATLAS Offline Software
Loading...
Searching...
No Matches
TruthPrintersConfig Namespace Reference

Functions

 TruthParticlePrinterAlgCfg (flags, name="TruthParticlePrinter", **kwargs)
 TruthVertexPrinterAlgCfg (flags, name="TruthVertexPrinter", **kwargs)

Variables

 flags = initConfigFlags()
 MaxEvents
 Files
 acc = MainServicesCfg(flags)

Function Documentation

◆ TruthParticlePrinterAlgCfg()

TruthPrintersConfig.TruthParticlePrinterAlgCfg ( flags,
name = "TruthParticlePrinter",
** kwargs )
Configure the TruthParticlePrinterAlg algorithm.

Definition at line 21 of file TruthPrintersConfig.py.

21def TruthParticlePrinterAlgCfg(flags, name="TruthParticlePrinter", **kwargs):
22 '''Configure the TruthParticlePrinterAlg algorithm.
23 '''
24 # Create an accumulator to hold the configuration.
25 result = ComponentAccumulator()
26 # Create the algorithm.
27 alg = CompFactory.xAODReader.TruthParticlePrinterAlg(name, **kwargs)
28 result.addEventAlgo(alg)
29 # Return the result to the caller.
30 return result
31
32

◆ TruthVertexPrinterAlgCfg()

TruthPrintersConfig.TruthVertexPrinterAlgCfg ( flags,
name = "TruthVertexPrinter",
** kwargs )
Configure the TruthVertexPrinterAlg algorithm.

Definition at line 33 of file TruthPrintersConfig.py.

33def TruthVertexPrinterAlgCfg(flags, name="TruthVertexPrinter", **kwargs):
34 '''Configure the TruthVertexPrinterAlg algorithm.
35 '''
36 # Create an accumulator to hold the configuration.
37 result = ComponentAccumulator()
38 # Create the algorithm.
39 alg = CompFactory.xAODReader.TruthVertexPrinterAlg(name, **kwargs)
40 result.addEventAlgo(alg)
41 # Return the result to the caller.
42 return result
43
44

Variable Documentation

◆ acc

TruthPrintersConfig.acc = MainServicesCfg(flags)

Definition at line 58 of file TruthPrintersConfig.py.

◆ Files

TruthPrintersConfig.Files

Definition at line 50 of file TruthPrintersConfig.py.

◆ flags

TruthPrintersConfig.flags = initConfigFlags()

Definition at line 48 of file TruthPrintersConfig.py.

◆ MaxEvents

TruthPrintersConfig.MaxEvents

Definition at line 49 of file TruthPrintersConfig.py.