ATLAS Offline Software
Functions | Variables
runMuonPhysVal 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 runMuonPhysVal.GetCustomAthArgs ( )

Definition at line 6 of file runMuonPhysVal.py.

6 def GetCustomAthArgs():
7  from argparse import ArgumentParser
8  parser = ArgumentParser(description='Parser for MuonPhysVal configuration')
9  parser.add_argument("--filesInput", required=True)
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

runMuonPhysVal.acc = MainServicesCfg(flags)

Definition at line 24 of file runMuonPhysVal.py.

◆ Files

runMuonPhysVal.Files

Definition at line 18 of file runMuonPhysVal.py.

◆ flags

runMuonPhysVal.flags = initConfigFlags()

Definition at line 17 of file runMuonPhysVal.py.

◆ MyArgs

def runMuonPhysVal.MyArgs = GetCustomAthArgs()

Definition at line 14 of file runMuonPhysVal.py.

◆ OutputFileName

runMuonPhysVal.OutputFileName

Definition at line 21 of file runMuonPhysVal.py.

◆ sc

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

Definition at line 37 of file runMuonPhysVal.py.

◆ withDetails

runMuonPhysVal.withDetails

Definition at line 34 of file runMuonPhysVal.py.

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