Skip to content

Commit e11c643

Browse files
authored
Merge pull request #1 from alibuild/alibot-cleanup-13163
Please consider the following formatting changes to #13163
2 parents 3ba9e9c + 2bf26f4 commit e11c643

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DataFormats/Detectors/Common/src/AlignParam.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

Detectors/Base/include/DetectorsBase/GeometryManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

0 commit comments

Comments
 (0)