![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Functions | |
| def | runITk |
Variables | |
| tuple | p |
| string | help "Input directory containing the ITk standalone geometry. Get in touch if you don't have this." |
| tuple | default Path.cwd() |
| type Path, | |
| string | action "store_true" |
| tuple | args p.parse_args() |
| tuple | geo_example_dir Path(args.geo_dir) |
| material notargs.no_material, | |
| trackingGeometry trackingGeometry, | |
| decorators decorators, | |
| outputDir args.output_dir, | |
| outputCsv args.output_csv, | |
| outputObj args.output_obj, | |
| outputJson args.output_json, | |
| def itk.runITk | ( | trackingGeometry, | |
| decorators, | |||
| outputDir | |||
| ) |
| string itk.action "store_true" |
| tuple itk.args p.parse_args() |
| itk.decorators decorators, |
Definition at line 138 of file itk.py.
View newest version in sPHENIX GitHub at line 138 of file itk.py
Referenced by ActsExamples::Geant4::Geant4Detector.constructDetector(), and ActsExamples::Geant4::Geant4Detector.constructTrackingGeometry().
| tuple itk.default Path.cwd() |
| tuple itk.geo_example_dir Path(args.geo_dir) |
| itk.material notargs.no_material, |
| itk.outputCsv args.output_csv, |
| itk.outputDir args.output_dir, |
| itk.outputJson args.output_json, |
| itk.outputObj args.output_obj, |
| tuple itk.p |
| itk.trackingGeometry trackingGeometry, |