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

Functions

def makeSetup
 

Variables

tuple PhysmonSetup
 

Function Documentation

def physmon_common.makeSetup (   PhysmonSetup)

Definition at line 24 of file physmon_common.py.

View newest version in sPHENIX GitHub at line 24 of file physmon_common.py

References acts.examples.odd.getOpenDataDetector(), common.getOpenDataDetectorDirectory(), and PhysmonSetup.

+ Here is the call graph for this function:

Variable Documentation

tuple physmon_common.PhysmonSetup
Initial value:
1 collections.namedtuple(
2  "Setup",
3  [
4  "detector",
5  "trackingGeometry",
6  "decorators",
7  "field",
8  "digiConfig",
9  "geoSel",
10  "outdir",
11  ],
12 )

Definition at line 10 of file physmon_common.py.

View newest version in sPHENIX GitHub at line 10 of file physmon_common.py

Referenced by makeSetup().