We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e43d88 commit 0e5c785Copy full SHA for 0e5c785
1 file changed
sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h
@@ -169,7 +169,8 @@ namespace sbnd::crt {
169
orientation = (modulePosMother[2] > 0);
170
171
// Location of SiPMs
172
- if(CRTCommonUtils::GetTaggerEnum(taggerName) == kBottomTagger || CRTCommonUtils::GetTaggerEnum(taggerName) == kNorthTagger)
+ if(CRTCommonUtils::GetTaggerEnum(taggerName) == kBottomTagger || CRTCommonUtils::GetTaggerEnum(taggerName) == kNorthTagger
173
+ || CRTCommonUtils::GetTaggerEnum(taggerName) == kWestTagger || CRTCommonUtils::GetTaggerEnum(taggerName) == kEastTagger)
174
top = (orientation == 1) ? (modulePosMother[1] > 0) : (modulePosMother[0] < 0);
175
else
176
top = (orientation == 0) ? (modulePosMother[1] > 0) : (modulePosMother[0] < 0);
0 commit comments