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

Functions

def _make_config_adapter
 
def _make_config_constructor
 
def _patchKwargsConstructor
 
def _patch_config
 
def _detector_create
 
def _patch_detectors
 

Function Documentation

def acts._adapter._detector_create (   cls,
  config_class = None 
)
private

Definition at line 103 of file _adapter.py.

View newest version in sPHENIX GitHub at line 103 of file _adapter.py

References utils.create.

Referenced by acts._adapter._patch_detectors().

+ Here is the caller graph for this function:

def acts._adapter._make_config_adapter (   fn)
private

Definition at line 9 of file _adapter.py.

View newest version in sPHENIX GitHub at line 9 of file _adapter.py

References acts._adapter._make_config_constructor(), filter.Config, material_mapping_optimisation.format, join(), print(), str, and parse_cmake_options.type.

Referenced by acts._adapter._patch_config().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def acts._adapter._make_config_constructor (   cls,
  proc 
)
private

Definition at line 63 of file _adapter.py.

View newest version in sPHENIX GitHub at line 63 of file _adapter.py

References acts._adapter._patchKwargsConstructor().

Referenced by acts._adapter._make_config_adapter(), and acts._adapter._patchKwargsConstructor().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def acts._adapter._patch_config (   m)
private

Definition at line 90 of file _adapter.py.

View newest version in sPHENIX GitHub at line 90 of file _adapter.py

References acts._adapter._make_config_adapter(), and acts._adapter._patchKwargsConstructor().

Referenced by acts.examples.ConcretePropagator(), and acts.Propagator().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def acts._adapter._patch_detectors (   m)
private

Definition at line 125 of file _adapter.py.

View newest version in sPHENIX GitHub at line 125 of file _adapter.py

References acts._adapter._detector_create().

Referenced by acts.examples.ConcretePropagator().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def acts._adapter._patchKwargsConstructor (   cls,
  proc 
)
private

Definition at line 85 of file _adapter.py.

View newest version in sPHENIX GitHub at line 85 of file _adapter.py

References acts._adapter._make_config_constructor().

Referenced by acts._adapter._make_config_constructor(), acts._adapter._patch_config(), acts.examples._process_volume_intervals(), and acts.examples.ConcretePropagator().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: