Skip to content

Commit

Permalink
Update ProtoDetector.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger authored Nov 12, 2024
1 parent 56d132d commit 8e625ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/include/Acts/Detector/ProtoDetector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ struct ProtoVolume {
void extendUp(ProtoVolume& ptVolume);

/// Extend the tracking volume with its own constituents
/// @param aDir the binning value that is propagated
/// @param aDir the axis direction for which the value is propagated
void propagateMinDown(AxisDirection aDir);

/// Extend the tracking volume with its own constituents
/// @param aDir the binning value that is propagated
/// @param aDir the axis direction for which the value is propagated
void propagateMaxDown(AxisDirection aDir);

/// Constrain the daughter volumes with this volume
Expand Down

0 comments on commit 8e625ad

Please sign in to comment.