Skip to content

Commit 8f0e8f1

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into UpdateTRKA3
2 parents 9eb74fd + 2a8b5d6 commit 8f0e8f1

File tree

19 files changed

+1601
-740
lines changed

19 files changed

+1601
-740
lines changed

Detectors/Upgrades/ALICE3/Passive/src/Pipe.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ void Alice3Pipe::ConstructGeometry()
122122
// Add everything to the barrel
123123
barrel->AddNode(pipeVolume, 1, new TGeoTranslation(0, 30.f, 0));
124124

125-
pipeVolume->SetLineColor(kGreen + 3);
125+
pipeVolume->SetLineColor(37);
126+
pipeVolume->SetTransparency(0);
126127
}
127128

128129
void Alice3Pipe::createMaterials()

Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase/GeometryTGeo.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
4343
};
4444
static const char* getTRKVolPattern() { return sVolumeName.c_str(); }
4545
static const char* getTRKLayerPattern() { return sLayerName.c_str(); }
46+
static const char* getTRKPetalAssemblyPattern() { return sPetalAssemblyName.c_str(); }
4647
static const char* getTRKPetalPattern() { return sPetalName.c_str(); }
4748
static const char* getTRKPetalDiskPattern() { return sPetalDiskName.c_str(); }
4849
static const char* getTRKPetalLayerPattern() { return sPetalLayerName.c_str(); }
@@ -160,6 +161,7 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
160161

161162
static std::string sVolumeName;
162163
static std::string sLayerName;
164+
static std::string sPetalAssemblyName;
163165
static std::string sPetalName;
164166
static std::string sPetalDiskName;
165167
static std::string sPetalLayerName;

0 commit comments

Comments
 (0)