DD4hep
01.18
|
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) |
def dumpDetectorData.dumpData | ( | det | ) |
Definition at line 23 of file dumpDetectorData.py.
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) |
Definition at line 108 of file dumpDetectorData.py.
Referenced by dd4hep::rec::DetectorSurfaces.initialize(), dd4hep::rec::SurfaceHelper.initialize(), dd4hep::rec::CellIDPositionConverter.positionNominal(), and dd4hep::rec::MaterialScan.setDetector().
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.