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

Functions

 setupArgParser ()

Variables

 args = setupArgParser().parse_args()
 flags = initConfigFlags()
 NumThreads
 NumConcurrentEvents
 Files
 AtlasVersion
 GlobalTag
 ShowDataDeps
 ShowDataFlow
 MaxEvents
 SQLiteDBFullPath
 SQLiteDB
 evaluate
 cfg = SetupMuonStandaloneCA(flags)
 verboseLimit
 debugLimit

Function Documentation

◆ setupArgParser()

ActsReadoutGeoDump.setupArgParser ( )

Definition at line 4 of file ActsReadoutGeoDump.py.

4def setupArgParser():
5 from argparse import ArgumentParser
6 from AthenaConfiguration.TestDefaults import defaultConditionsTags, defaultGeometryTags, defaultTestFiles
7 parser = ArgumentParser()
8 parser.add_argument("--inputFile", "-i", default= defaultTestFiles.EVNT,
9 help="Input file to run on ", nargs="+")
10 parser.add_argument("--geoModelFile", default = "", help="GeoModel SqLite file containing the muon geometry.")
11 parser.add_argument("--outRootFile", default="NewGeoModelDump.root", help="Output ROOT file to dump the geomerty")
12 parser.add_argument("--condTag", default=defaultConditionsTags.RUN3_MC, help="Conditions tag to use",
13 choices=[defaultConditionsTags.RUN3_MC,
14 defaultConditionsTags.RUN3_DATA,
15 defaultConditionsTags.RUN4_MC ])
16 parser.add_argument("--geoTag", default=defaultGeometryTags.RUN3, help="Geometry tag to use", choices=[defaultGeometryTags.RUN4,
17 defaultGeometryTags.RUN3])
18 return parser
19

Variable Documentation

◆ args

ActsReadoutGeoDump.args = setupArgParser().parse_args()

Definition at line 22 of file ActsReadoutGeoDump.py.

◆ AtlasVersion

ActsReadoutGeoDump.AtlasVersion

Definition at line 29 of file ActsReadoutGeoDump.py.

◆ cfg

ActsReadoutGeoDump.cfg = SetupMuonStandaloneCA(flags)

Definition at line 47 of file ActsReadoutGeoDump.py.

◆ debugLimit

ActsReadoutGeoDump.debugLimit

Definition at line 50 of file ActsReadoutGeoDump.py.

◆ evaluate

ActsReadoutGeoDump.evaluate

Definition at line 42 of file ActsReadoutGeoDump.py.

◆ Files

ActsReadoutGeoDump.Files

Definition at line 28 of file ActsReadoutGeoDump.py.

◆ flags

ActsReadoutGeoDump.flags = initConfigFlags()

Definition at line 25 of file ActsReadoutGeoDump.py.

◆ GlobalTag

ActsReadoutGeoDump.GlobalTag

Definition at line 30 of file ActsReadoutGeoDump.py.

◆ MaxEvents

ActsReadoutGeoDump.MaxEvents

Definition at line 33 of file ActsReadoutGeoDump.py.

◆ NumConcurrentEvents

ActsReadoutGeoDump.NumConcurrentEvents

Definition at line 27 of file ActsReadoutGeoDump.py.

◆ NumThreads

ActsReadoutGeoDump.NumThreads

Definition at line 26 of file ActsReadoutGeoDump.py.

◆ ShowDataDeps

ActsReadoutGeoDump.ShowDataDeps

Definition at line 31 of file ActsReadoutGeoDump.py.

◆ ShowDataFlow

ActsReadoutGeoDump.ShowDataFlow

Definition at line 32 of file ActsReadoutGeoDump.py.

◆ SQLiteDB

ActsReadoutGeoDump.SQLiteDB

Definition at line 37 of file ActsReadoutGeoDump.py.

◆ SQLiteDBFullPath

ActsReadoutGeoDump.SQLiteDBFullPath

Definition at line 36 of file ActsReadoutGeoDump.py.

◆ verboseLimit

ActsReadoutGeoDump.verboseLimit

Definition at line 49 of file ActsReadoutGeoDump.py.