ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <climits>
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/ILayerBuilder.hpp"
#include "Acts/Geometry/LayerCreator.hpp"
#include "Acts/Plugins/TGeo/ITGeoIdentifierProvider.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Logger.hpp"
#include "Acts/Utilities/Units.hpp"
Go to the source code of this file.
Classes | |
class | Acts::TGeoLayerBuilder |
struct | Acts::TGeoLayerBuilder::LayerConfig |
Helper config structs for volume parsin. More... | |
struct | Acts::TGeoLayerBuilder::Config |
nested configuration struct for steering of the layer builder More... | |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
Typedefs | |
using | Acts::NodeTransform = std::pair< TGeoNode *, std::shared_ptr< const Transform3D >> |