Analysis Software
Documentation for sPHENIX simulation software
|
Static Public Member Functions | |
static std::shared_ptr< const Acts::DigitizationModule > | rectangleDigiModule (double halflengthX, double halflengthY, double thickness, const dd4hep::Segmentation &segmentation) |
static std::shared_ptr< const Acts::DigitizationModule > | trapezoidalDigiModule (double minHalflengthX, double maxHalflengthX, double halflengthY, double thickness, const dd4hep::Segmentation &segmentation) |
Definition at line 110 of file DD4hepDetectorHelper.hpp.
View newest version in sPHENIX GitHub at line 110 of file DD4hepDetectorHelper.hpp
|
static |
Global method to build an Acts::DigitizationModule with rectangular segmentation.
halflengthX | The half length in x of the detector module |
halflengthY | The half length in y of the detector module |
thickness | The thickness of the detector module |
segmentation | the DD4hep segmentation |
Definition at line 25 of file DD4hepDetectorHelper.cpp.
View newest version in sPHENIX GitHub at line 25 of file DD4hepDetectorHelper.cpp
References bounds, and Acts::UnitConstants::cm.
|
static |
Global method to build an Acts::DigitizationModule with trapezoidal segmentation.
minHalflengthX | The half length in x of the detector module on the negative side of y |
maxHalflengthX | The half length in x of the detector module on the positive side of y |
halflengthY | The half length in y of the detector module |
thickness | The thickness of the detector module |
segmentation | the DD4hep segmentation |
Definition at line 60 of file DD4hepDetectorHelper.cpp.
View newest version in sPHENIX GitHub at line 60 of file DD4hepDetectorHelper.cpp
References bounds, and Acts::UnitConstants::cm.