File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
DataFormats/Detectors/Common/src
Detectors/Base/include/DetectorsBase Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ bool AlignParam::applyToGeometry(bool usePW) const
333333 pathStr.append (path);
334334 if (getDetFromSymName (getSymName ()) == " ITS" && (pathStr.find (" ITSUChip" ) != std::string::npos) && usePW) {
335335 auto sensor = node->GetNode ()->GetDaughter (1 );
336- LOG (debug) << " adding " << path << " /" << sensor->GetName () << " volume to the PW" ;
336+ LOG (debug) << " adding " << path << " /" << sensor->GetName () << " volume to the PW" ;
337337 gGeoManager ->MakePhysicalNode (Form (" %s/%s" , path, sensor->GetName ()));
338338 pw->AddNode (Form (" %s/%s" , path, sensor->GetName ()));
339339 }
Original file line number Diff line number Diff line change 1515#ifndef ALICEO2_BASE_GEOMETRYMANAGER_H_
1616#define ALICEO2_BASE_GEOMETRYMANAGER_H_
1717
18- #include < TGeoManager.h> // for TGeoManager
18+ #include < TGeoManager.h> // for TGeoManager
1919#include < TGeoMaterial.h>
2020#include < TGeoPhysicalNode.h> // for TGeoPNEntry
2121#include < TGeoShape.h>
@@ -136,7 +136,7 @@ class GeometryManager : public TObject
136136 // / sensitive volume identifier composed from (det_ID<<sDetOffset)|(sensid&sSensorMask)
137137 static constexpr UInt_t sDetOffset = 15 ; // / detector identifier will start from this bit
138138 static constexpr UInt_t sSensorMask =
139- (0x1 << sDetOffset ) - 1 ; // / mask=max sensitive volumes allowed per detector (0xffff)
139+ (0x1 << sDetOffset ) - 1 ; // / mask=max sensitive volumes allowed per detector (0xffff)
140140 static std::mutex sTGMutex ;
141141
142142 ClassDefOverride (GeometryManager, 0 ); // Manager of geometry information for alignment
You can’t perform that action at this time.
0 commit comments