ATLAS Offline Software
Functions | Variables
runPhysValExample Namespace Reference

Functions

def GetCustomAthArgs ()
 

Variables

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

Function Documentation

◆ GetCustomAthArgs()

def runPhysValExample.GetCustomAthArgs ( )

Definition at line 6 of file runPhysValExample.py.

6 def 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

def 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.

runPhysValExample.GetCustomAthArgs
def GetCustomAthArgs()
Definition: runPhysValExample.py:6