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

Namespaces

namespace  hash_root
 

Classes

class  AssertCollectionExistsAlg
 

Functions

def failure_threshold
 

Variables

tuple geant4Enabled
 
 rootEnabled True
 
string dd4hepEnabled "DD4hep_DIR"
 
 hepmc3Enabled True
 
 edm4hepEnabled True
 
 onnxEnabled True
 
tuple pythia8Enabled hasattr(acts.examples, "pythia8")
 
tuple exatrkxEnabled shutil.which("nvidia-smi")
 
 podioEnabled True
 
tuple isCI os.environ.get("CI", "false")
 
tuple doHashChecks os.environ.get("ROOT_HASH_CHECKS", "")
 

Function Documentation

def helpers.failure_threshold (   level)

Definition at line 121 of file __init__.py.

View newest version in sPHENIX GitHub at line 121 of file __init__.py

Referenced by test_examples.test_truth_tracking_gsf().

+ Here is the caller graph for this function:

Variable Documentation

helpers.dd4hepEnabled "DD4hep_DIR"

Definition at line 33 of file __init__.py.

View newest version in sPHENIX GitHub at line 33 of file __init__.py

tuple helpers.doHashChecks os.environ.get("ROOT_HASH_CHECKS", "")

Definition at line 117 of file __init__.py.

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

helpers.edm4hepEnabled True

Definition at line 50 of file __init__.py.

View newest version in sPHENIX GitHub at line 50 of file __init__.py

helpers.exatrkxEnabled shutil.which("nvidia-smi")

Definition at line 70 of file __init__.py.

View newest version in sPHENIX GitHub at line 70 of file __init__.py

helpers.geant4Enabled
Initial value:
1 (
2  any(v.startswith("G4") for v in os.environ.keys())
3  or "GEANT4_DATA_DIR" in os.environ
4 )

Definition at line 9 of file __init__.py.

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

helpers.hepmc3Enabled True

Definition at line 43 of file __init__.py.

View newest version in sPHENIX GitHub at line 43 of file __init__.py

tuple helpers.isCI os.environ.get("CI", "false")

Definition at line 84 of file __init__.py.

View newest version in sPHENIX GitHub at line 84 of file __init__.py

helpers.onnxEnabled True

Definition at line 57 of file __init__.py.

View newest version in sPHENIX GitHub at line 57 of file __init__.py

helpers.podioEnabled True

Definition at line 80 of file __init__.py.

View newest version in sPHENIX GitHub at line 80 of file __init__.py

helpers.pythia8Enabled hasattr(acts.examples, "pythia8")

Definition at line 65 of file __init__.py.

View newest version in sPHENIX GitHub at line 65 of file __init__.py

helpers.rootEnabled True

Definition at line 22 of file __init__.py.

View newest version in sPHENIX GitHub at line 22 of file __init__.py