Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
itk Namespace Reference

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,
 

Function Documentation

def itk.runITk (   trackingGeometry,
  decorators,
  outputDir 
)

Definition at line 25 of file itk.py.

View newest version in sPHENIX GitHub at line 25 of file itk.py

References str.

Variable Documentation

string itk.action "store_true"

Definition at line 117 of file itk.py.

View newest version in sPHENIX GitHub at line 117 of file itk.py

tuple itk.args p.parse_args()

Definition at line 124 of file itk.py.

View newest version in sPHENIX GitHub at line 124 of file itk.py

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()

Definition at line 105 of file itk.py.

View newest version in sPHENIX GitHub at line 105 of file itk.py

tuple itk.geo_example_dir Path(args.geo_dir)

Definition at line 127 of file itk.py.

View newest version in sPHENIX GitHub at line 127 of file itk.py

string itk.help "Input directory containing the ITk standalone geometry. Get in touch if you don't have this."

Definition at line 101 of file itk.py.

View newest version in sPHENIX GitHub at line 101 of file itk.py

itk.material notargs.no_material,

Definition at line 133 of file itk.py.

View newest version in sPHENIX GitHub at line 133 of file itk.py

itk.outputCsv args.output_csv,

Definition at line 140 of file itk.py.

View newest version in sPHENIX GitHub at line 140 of file itk.py

itk.outputDir args.output_dir,

Definition at line 139 of file itk.py.

View newest version in sPHENIX GitHub at line 139 of file itk.py

itk.outputJson args.output_json,

Definition at line 142 of file itk.py.

View newest version in sPHENIX GitHub at line 142 of file itk.py

itk.outputObj args.output_obj,

Definition at line 141 of file itk.py.

View newest version in sPHENIX GitHub at line 141 of file itk.py

tuple itk.p
Initial value:
1 argparse.ArgumentParser(
2  description="Example script to construct the ITk geometry and write it out to CSV and OBJ formats"
3  )

Definition at line 96 of file itk.py.

View newest version in sPHENIX GitHub at line 96 of file itk.py

itk.trackingGeometry trackingGeometry,

Definition at line 137 of file itk.py.

View newest version in sPHENIX GitHub at line 137 of file itk.py

itk.type Path,

Definition at line 106 of file itk.py.

View newest version in sPHENIX GitHub at line 106 of file itk.py