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

Functions

 SetupArgParser ()

Variables

 args = SetupArgParser().parse_args()
 flags = initConfigFlags()
 SQLiteDBFullPath
 SQLiteDB
 AtlasVersion
 Files
 NumThreads
 NumConcurrentEvents
 MaxEvents
 SkipEvents
 CheckDependencies
 ShowDataDeps
 ShowDataFlow
 ShowControlFlow
 EnableVerboseViews
 AutoLoadUnmetDependencies
 doFullMonMT
 cfg = setupServicesCfg(flags)

Function Documentation

◆ SetupArgParser()

testByteSreamDecoding.SetupArgParser ( )

Definition at line 4 of file testByteSreamDecoding.py.

4def SetupArgParser():
5 from argparse import ArgumentParser
6
7 parser = ArgumentParser()
8 parser.add_argument("--threads", type=int, help="number of threads", default=1)
9 parser.add_argument("--inputFile", "-i", default= MuonPhaseIITestDefaults.DATA_BS,
10 help="Input file to run on ", nargs="+")
11 parser.add_argument("--useSqLite", action="store_true", default = False,
12 help="Schedule whether the phase II geometry shall be used")
13 parser.add_argument("--doRdoDecoding", action="store_true", default = False,
14 help="Decode the Rdos to PRD objects afterwards")
15 parser.add_argument("--nEvents", help="Number of events to run", type = int ,default = -1)
16 parser.add_argument("--skipEvents", help="Number of events to skip", type = int, default = 0)
17
18 return parser

Variable Documentation

◆ args

testByteSreamDecoding.args = SetupArgParser().parse_args()

Definition at line 26 of file testByteSreamDecoding.py.

◆ AtlasVersion

testByteSreamDecoding.AtlasVersion

Definition at line 33 of file testByteSreamDecoding.py.

◆ AutoLoadUnmetDependencies

testByteSreamDecoding.AutoLoadUnmetDependencies

Definition at line 49 of file testByteSreamDecoding.py.

◆ cfg

testByteSreamDecoding.cfg = setupServicesCfg(flags)

Definition at line 54 of file testByteSreamDecoding.py.

◆ CheckDependencies

testByteSreamDecoding.CheckDependencies

Definition at line 44 of file testByteSreamDecoding.py.

◆ doFullMonMT

testByteSreamDecoding.doFullMonMT

Definition at line 51 of file testByteSreamDecoding.py.

◆ EnableVerboseViews

testByteSreamDecoding.EnableVerboseViews

Definition at line 48 of file testByteSreamDecoding.py.

◆ Files

testByteSreamDecoding.Files

Definition at line 36 of file testByteSreamDecoding.py.

◆ flags

testByteSreamDecoding.flags = initConfigFlags()

Definition at line 29 of file testByteSreamDecoding.py.

◆ MaxEvents

testByteSreamDecoding.MaxEvents

Definition at line 41 of file testByteSreamDecoding.py.

◆ NumConcurrentEvents

testByteSreamDecoding.NumConcurrentEvents

Definition at line 40 of file testByteSreamDecoding.py.

◆ NumThreads

testByteSreamDecoding.NumThreads

Definition at line 39 of file testByteSreamDecoding.py.

◆ ShowControlFlow

testByteSreamDecoding.ShowControlFlow

Definition at line 47 of file testByteSreamDecoding.py.

◆ ShowDataDeps

testByteSreamDecoding.ShowDataDeps

Definition at line 45 of file testByteSreamDecoding.py.

◆ ShowDataFlow

testByteSreamDecoding.ShowDataFlow

Definition at line 46 of file testByteSreamDecoding.py.

◆ SkipEvents

testByteSreamDecoding.SkipEvents

Definition at line 42 of file testByteSreamDecoding.py.

◆ SQLiteDB

testByteSreamDecoding.SQLiteDB

Definition at line 31 of file testByteSreamDecoding.py.

◆ SQLiteDBFullPath

testByteSreamDecoding.SQLiteDBFullPath

Definition at line 30 of file testByteSreamDecoding.py.