Analysis Software
Documentation for sPHENIX simulation software
|
Functions | |
def | runPropagation |
Variables | |
u acts.UnitConstants | |
matDeco None | |
tuple | field acts.ConstantBField(acts.Vector3(0, 0, 2 * acts.UnitConstants.T)) |
Generic detector: Default. | |
def propagation.runPropagation | ( | trackingGeometry, | |
field, | |||
outputDir, | |||
s = None , |
|||
decorators = [] |
|||
) |
Definition at line 13 of file propagation.py.
View newest version in sPHENIX GitHub at line 13 of file propagation.py
References acts.examples.ConcretePropagator(), print(), acts.Propagator(), and parse_cmake_options.type.
Referenced by test_examples.test_propagation().
tuple propagation.field acts.ConstantBField(acts.Vector3(0, 0, 2 * acts.UnitConstants.T)) |
Generic detector: Default.
Alternative: Aligned detector in a couple of modes detector, trackingGeometry, contextDecorators = AlignedDetector.create( decoratorLogLevel=acts.logging.INFO,
iovSize=10, flushSize=10,
mode=AlignedDetector.Config.Mode.External,
) Alternative: DD4hep detector dd4hepCfg = acts.examples.DD4hepDetector.Config() dd4hepCfg.xmlFileNames = [str(getOpenDataDetectorDirectory()/"xml/OpenDataDetector.xml")] detector = acts.examples.DD4hepDetector() trackingGeometry, contextDecorators = detector.finalize(dd4hepCfg, None) Magnetic field setup: Default: constant 2T longitudinal field
Definition at line 93 of file propagation.py.
View newest version in sPHENIX GitHub at line 93 of file propagation.py
propagation.matDeco None |
Definition at line 62 of file propagation.py.
View newest version in sPHENIX GitHub at line 62 of file propagation.py
propagation.u acts.UnitConstants |
Definition at line 10 of file propagation.py.
View newest version in sPHENIX GitHub at line 10 of file propagation.py