ATLAS Offline Software
Classes | Variables
CSV_InDetExporter Namespace Reference

Classes

class  CSVDumper
 

Variables

 parser = ArgumentParser()
 
 type
 
 str
 
 default
 
 help
 
 int
 
 args = parser.parse_args()
 
 module = importlib.import_module(args.CSV_DictFormats)
 
 CSV_DictFormats = module.CSV_DictFormats
 
 old
 
 new
 
 Dumper
 

Variable Documentation

◆ args

CSV_InDetExporter.args = parser.parse_args()

Definition at line 131 of file CSV_InDetExporter.py.

◆ CSV_DictFormats

CSV_InDetExporter.CSV_DictFormats = module.CSV_DictFormats

Definition at line 135 of file CSV_InDetExporter.py.

◆ default

CSV_InDetExporter.default

Definition at line 123 of file CSV_InDetExporter.py.

◆ Dumper

CSV_InDetExporter.Dumper
Initial value:
1 = CSVDumper(inputAOD=args.inputAOD,
2  outputDir=args.outputDir,
3  dict_variables_types=CSV_DictFormats,
4  treename=args.treename,
5  nEvents=args.nEvents)

Definition at line 150 of file CSV_InDetExporter.py.

◆ help

CSV_InDetExporter.help

Definition at line 123 of file CSV_InDetExporter.py.

◆ int

CSV_InDetExporter.int

Definition at line 126 of file CSV_InDetExporter.py.

◆ module

CSV_InDetExporter.module = importlib.import_module(args.CSV_DictFormats)

Definition at line 134 of file CSV_InDetExporter.py.

◆ new

CSV_InDetExporter.new

Definition at line 145 of file CSV_InDetExporter.py.

◆ old

CSV_InDetExporter.old

Definition at line 145 of file CSV_InDetExporter.py.

◆ parser

CSV_InDetExporter.parser = ArgumentParser()

Definition at line 122 of file CSV_InDetExporter.py.

◆ str

CSV_InDetExporter.str

Definition at line 123 of file CSV_InDetExporter.py.

◆ type

CSV_InDetExporter.type

Definition at line 123 of file CSV_InDetExporter.py.