Skip to content

Commit

Permalink
Update CylindricalContainerBuilder.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger authored Nov 12, 2024
1 parent 4c654ca commit 56d132d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/include/Acts/Detector/CylindricalContainerBuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class IGeometryIdGenerator;
/// @note the builder expects a fully consistent set of sub volume builders
/// that will be executed in a chain
///
/// @note allowed AxisDirection(s) for the cylindrical container builder are
/// @note allowed axis directions for the cylindrical container builder are
/// {AxisZ}, {AxisR}, {AxisPhi}, {AxisZ, AxisR}, whereas the last option
/// indicates a wrapping setup.
class CylindricalContainerBuilder : public IDetectorComponentBuilder {
Expand All @@ -55,7 +55,7 @@ class CylindricalContainerBuilder : public IDetectorComponentBuilder {
nullptr;
/// The geometry id generator
std::shared_ptr<const IGeometryIdGenerator> geoIdGenerator = nullptr;
/// Material axisDirections to be assigned to portals
/// Material axis binning directions to be assigned to portals
std::map<unsigned int, BinningDescription> portalMaterialBinning = {};
/// An eventual reverse geometry id generation
bool geoIdReverseGen = false;
Expand Down

0 comments on commit 56d132d

Please sign in to comment.