EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DetUtils.cpp File Reference
#include "DetUtils.h"
#include "Acts/Surfaces/PlanarBounds.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Surfaces/TrapezoidBounds.hpp"
#include "Acts/Utilities/Units.hpp"
#include "DD4hep/CartesianGridXZ.h"
+ Include dependency graph for DetUtils.cpp:

Go to the source code of this file.

Namespaces

namespace  det
 
namespace  det::utils
 

Functions

std::shared_ptr< const
Acts::DigitizationModule
det::utils::rectangleDigiModuleXZ (double halflengthX, double halflengthZ, double thickness, const dd4hep::Segmentation &segmentation)
 
std::shared_ptr< const
Acts::DigitizationModule
det::utils::rectangleDigiModuleXZ (double halflengthX, double halflengthZ, double thickness, double gridSizeX, double gridSizeZ)
 
std::shared_ptr< const
Acts::DigitizationModule
det::utils::trapezoidalDigiModuleXZ (double minHalflengthX, double maxHalflengthX, double halflengthZ, double thickness, const dd4hep::Segmentation &segmentation)
 
std::shared_ptr< const
Acts::DigitizationModule
det::utils::trapezoidalDigiModuleXZ (double minHalflengthX, double maxHalflengthX, double halflengthZ, double thickness, double gridSizeX, double gridSizeZ)
 
dd4hep::xml::Component det::utils::getNodeByStrAttr (const dd4hep::xml::Handle_t &mother, const std::string &nodeName, const std::string &attrName, const std::string &attrValue)
 Retrieves the the node componetn from a mother by the string names.
 
double det::utils::getAttrValueWithFallback (const dd4hep::xml::Component &node, const std::string &attrName, const double &defaultValue)