|
ATLAS Offline Software
|
|
def | SetupArgParser () |
|
def | setupHistSvc (flags, out_file="MdtGeoDump.root") |
|
def | GeoModelMdtTestCfg (flags, name="GeoModelMdtTest", **kwargs) |
|
def | GeoModelRpcTestCfg (flags, name="GeoModelRpcTest", **kwargs) |
|
def | GeoModelTgcTestCfg (flags, name="GeoModelTgcTest", **kwargs) |
|
def | GeoModelMmTestCfg (flags, name="GeoModelMmTest", **kwargs) |
|
def | GeoModelsTgcTestCfg (flags, name="GeoModelsTgcTest", **kwargs) |
|
def | GeoModelCscTestCfg (flags, name="GeoModelCscTest", **kwargs) |
|
◆ GeoModelCscTestCfg()
def testGeoModel.GeoModelCscTestCfg |
( |
|
flags, |
|
|
|
name = "GeoModelCscTest" , |
|
|
** |
kwargs |
|
) |
| |
◆ GeoModelMdtTestCfg()
def testGeoModel.GeoModelMdtTestCfg |
( |
|
flags, |
|
|
|
name = "GeoModelMdtTest" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 41 of file MuonDetDescr/MuonGeoModelTest/python/testGeoModel.py.
43 if not flags.Detector.GeometryMDT:
return result
44 from MuonConfig.MuonCablingConfig
import MDTCablingConfigCfg
46 the_alg = CompFactory.MuonGM.GeoModelMdtTest(name, **kwargs)
47 result.addEventAlgo(the_alg)
◆ GeoModelMmTestCfg()
def testGeoModel.GeoModelMmTestCfg |
( |
|
flags, |
|
|
|
name = "GeoModelMmTest" , |
|
|
** |
kwargs |
|
) |
| |
◆ GeoModelRpcTestCfg()
def testGeoModel.GeoModelRpcTestCfg |
( |
|
flags, |
|
|
|
name = "GeoModelRpcTest" , |
|
|
** |
kwargs |
|
) |
| |
◆ GeoModelsTgcTestCfg()
def testGeoModel.GeoModelsTgcTestCfg |
( |
|
flags, |
|
|
|
name = "GeoModelsTgcTest" , |
|
|
** |
kwargs |
|
) |
| |
◆ GeoModelTgcTestCfg()
def testGeoModel.GeoModelTgcTestCfg |
( |
|
flags, |
|
|
|
name = "GeoModelTgcTest" , |
|
|
** |
kwargs |
|
) |
| |
◆ SetupArgParser()
def testGeoModel.SetupArgParser |
( |
| ) |
|
Definition at line 6 of file MuonDetDescr/MuonGeoModelTest/python/testGeoModel.py.
7 from argparse
import ArgumentParser
9 parser = ArgumentParser()
10 parser.add_argument(
"--threads", type=int, help=
"number of threads", default=1)
11 parser.add_argument(
"--inputFile",
"-i", default=[
13 "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/MuonRecRTT/EVGEN_ParticleGun_FourMuon_Pt10to500.root"
15 help=
"Input file to run on ", nargs=
"+")
16 parser.add_argument(
"--geoTag", default=
"ATLAS-R3S-2021-03-02-00", help=
"Geometry tag to use", choices=[
"ATLAS-R2-2016-01-02-01",
17 "ATLAS-R3S-2021-03-02-00"])
18 parser.add_argument(
"--condTag", default=
"OFLCOND-MC23-SDR-RUN3-02", help=
"Conditions tag to use",
19 choices=[
"OFLCOND-MC16-SDR-RUN2-11",
20 "OFLCOND-MC23-SDR-RUN3-02",
21 "CONDBR2-BLKPA-2023-02",
22 "CONDBR2-BLKPA-RUN2-11"])
23 parser.add_argument(
"--chambers", default=[
"all"
24 ], nargs=
"+", help=
"Chambers to check. If string is all, all chambers will be checked")
25 parser.add_argument(
"--outRootFile", default=
"LegacyGeoModelDump.root", help=
"Output ROOT file to dump the geomerty")
26 parser.add_argument(
"--noMdt", help=
"Disable the Mdts from the geometry", action=
'store_true', default =
False)
27 parser.add_argument(
"--noRpc", help=
"Disable the Rpcs from the geometry", action=
'store_true', default =
False)
28 parser.add_argument(
"--noTgc", help=
"Disable the Tgcs from the geometry", action=
'store_true', default =
False)
29 parser.add_argument(
"--noMM", help=
"Disable the MMs from the geometry", action=
'store_true', default =
False)
30 parser.add_argument(
"--noSTGC", help=
"Disable the sTgcs from the geometry", action=
'store_true', default =
False)
◆ setupHistSvc()
def testGeoModel.setupHistSvc |
( |
|
flags, |
|
|
|
out_file = "MdtGeoDump.root" |
|
) |
| |
◆ args
◆ AtlasVersion
testGeoModel.AtlasVersion |
◆ cfg
testGeoModel.cfg = setupServicesCfg(flags) |
◆ chambToTest
def testGeoModel.chambToTest = 0 else [] |
◆ evaluate
◆ Files
◆ flags
testGeoModel.flags = initConfigFlags() |
◆ GlobalTag
◆ NumConcurrentEvents
testGeoModel.NumConcurrentEvents |
◆ NumThreads
◆ ShowDataDeps
testGeoModel.ShowDataDeps |
◆ ShowDataFlow
testGeoModel.ShowDataFlow |
◆ summariseProps
testGeoModel.summariseProps |
◆ True
◆ withDetails
def GeoModelCscTestCfg(flags, name="GeoModelCscTest", **kwargs)
def MDTCablingConfigCfg(flags, name="MuonMDT_CablingAlg", **kwargs)
def GeoModelTgcTestCfg(flags, name="GeoModelTgcTest", **kwargs)
def GeoModelMdtTestCfg(flags, name="GeoModelMdtTest", **kwargs)
def GeoModelRpcTestCfg(flags, name="GeoModelRpcTest", **kwargs)
def GeoModelsTgcTestCfg(flags, name="GeoModelsTgcTest", **kwargs)
def setupHistSvc(flags, out_file="MdtGeoDump.root")
def GeoModelMmTestCfg(flags, name="GeoModelMmTest", **kwargs)