ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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 104 of file DD4hepDetectorHelper.hpp.
View newest version in sPHENIX GitHub at line 104 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 19 of file DD4hepDetectorHelper.cpp.
View newest version in sPHENIX GitHub at line 19 of file DD4hepDetectorHelper.cpp
References Acts::units::_cm.
Referenced by create_element().
|
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 52 of file DD4hepDetectorHelper.cpp.
View newest version in sPHENIX GitHub at line 52 of file DD4hepDetectorHelper.cpp
References Acts::units::_cm.
Referenced by create_element().