Skip to content

Commit

Permalink
Segmented Crystal ECAL (SCEPCal) geometry addition
Browse files Browse the repository at this point in the history
  • Loading branch information
wonyongc committed Dec 11, 2024
1 parent cfd30a0 commit 2ccf45d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions detectorSegmentations/src/plugins/SegmentationFactories.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ DECLARE_SEGMENTATION(FCCSWHCalPhiTheta_k4geo, create_segmentation<dd4hep::DDSegm

#include "detectorSegmentations/FCCSWHCalPhiRow_k4geo.h"
DECLARE_SEGMENTATION(FCCSWHCalPhiRow_k4geo, create_segmentation<dd4hep::DDSegmentation::FCCSWHCalPhiRow_k4geo>)
#include "detectorSegmentations/SCEPCalSegmentation.h"
DECLARE_SEGMENTATION(SCEPCalSegmentation, create_segmentation<dd4hep::DDSegmentation::SCEPCalSegmentation>)

0 comments on commit 2ccf45d

Please sign in to comment.