DD4hep  01.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Functions | Variables
dumpDetectorData Namespace Reference

Functions

def dumpData
 

Variables

tuple logger = logging.getLogger(__name__)
 
tuple parser = optparse.OptionParser()
 
string help = "Define LCCDD style compact xml input"
 
string metavar = "<FILE>"
 
tuple description = dd4hep.Detector.getInstance()
 
tuple det = description.detector(n)
 

Function Documentation

def dumpDetectorData.dumpData (   det)

Definition at line 23 of file dumpDetectorData.py.

Variable Documentation

tuple dumpDetectorData.description = dd4hep.Detector.getInstance()

Definition at line 96 of file dumpDetectorData.py.

Referenced by dd4hep::rec::SurfaceHelper.initialize(), and main().

tuple dumpDetectorData.det = description.detector(n)
string dumpDetectorData.help = "Define LCCDD style compact xml input"

Definition at line 60 of file dumpDetectorData.py.

tuple dumpDetectorData.logger = logging.getLogger(__name__)

Definition at line 20 of file dumpDetectorData.py.

string dumpDetectorData.metavar = "<FILE>"

Definition at line 61 of file dumpDetectorData.py.

tuple dumpDetectorData.parser = optparse.OptionParser()

Definition at line 56 of file dumpDetectorData.py.