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

Functions

 GetCustomAthArgs ()

Variables

 MyArgs = GetCustomAthArgs()
 flags = initConfigFlags()
 Files
 OutputFileName
 acc = MainServicesCfg(flags)
 withDetails
 sc = acc.run(maxEvents=-1)

Function Documentation

◆ GetCustomAthArgs()

runPhysValExample.GetCustomAthArgs ( )

Definition at line 6 of file runPhysValExample.py.

6def GetCustomAthArgs():
7 from argparse import ArgumentParser
8 parser = ArgumentParser(description='Parser for PhysValExample configuration')
9 parser.add_argument("--filesInput")
10 parser.add_argument("--outputFile", help='Name of output file', default="M_output.root")
11 return parser.parse_args()
12
13# Parse the arguments

Variable Documentation

◆ acc

runPhysValExample.acc = MainServicesCfg(flags)

Definition at line 24 of file runPhysValExample.py.

◆ Files

runPhysValExample.Files

Definition at line 18 of file runPhysValExample.py.

◆ flags

runPhysValExample.flags = initConfigFlags()

Definition at line 17 of file runPhysValExample.py.

◆ MyArgs

runPhysValExample.MyArgs = GetCustomAthArgs()

Definition at line 14 of file runPhysValExample.py.

◆ OutputFileName

runPhysValExample.OutputFileName

Definition at line 21 of file runPhysValExample.py.

◆ sc

runPhysValExample.sc = acc.run(maxEvents=-1)

Definition at line 36 of file runPhysValExample.py.

◆ withDetails

runPhysValExample.withDetails

Definition at line 33 of file runPhysValExample.py.