Skip to content

Commit bb41bc2

Browse files
committed
Fix for function used in visualisation of channel 0
1 parent 95ef08f commit bb41bc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ namespace sbnd::crt {
390390
const double halfWidth = auxDet.HalfWidth1();
391391
const double halfLength = auxDet.Length() / 2.;
392392

393-
geo::AuxDetGeo::LocalPoint_t limits { - halfWidth - 5, -15, -halfLength - 5};
394-
geo::AuxDetGeo::LocalPoint_t limits2{ - halfWidth, -12, -halfLength + 5};
393+
geo::AuxDetGeo::LocalPoint_t limits { halfWidth + 5, -15, -halfLength - 5};
394+
geo::AuxDetGeo::LocalPoint_t limits2{ halfWidth, -12, -halfLength + 5};
395395

396396
if(!module.top)
397397
{

0 commit comments

Comments
 (0)