Skip to content

Commit

Permalink
Fix mistake introduce in commit #1bb07c7c: the declaration of "Cartes…
Browse files Browse the repository at this point in the history
…ianGridXYZ" had been cancelled inadvertently.
  • Loading branch information
ybedfer authored and andresailer committed Dec 9, 2024
1 parent 1dfe3e1 commit 475b2a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DDCore/src/plugins/ReadoutSegmentations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ DECLARE_SEGMENTATION(CartesianGridXZ,create_segmentation<dd4hep::DDSegmentation:
#include <DDSegmentation/CartesianGridYZ.h>
DECLARE_SEGMENTATION(CartesianGridYZ,create_segmentation<dd4hep::DDSegmentation::CartesianGridYZ>)

#include <DDSegmentation/CartesianGridXYZ.h>
DECLARE_SEGMENTATION(CartesianGridXYZ,create_segmentation<dd4hep::DDSegmentation::CartesianGridXYZ>)

#include <DDSegmentation/CartesianGridUV.h>
DECLARE_SEGMENTATION(CartesianGridUV,create_segmentation<dd4hep::DDSegmentation::CartesianGridUV>)

Expand Down

0 comments on commit 475b2a1

Please sign in to comment.