Skip to content

Commit 3241cf0

Browse files
mconcasmaciacco
authored andcommitted
Don't close geomeitry here
1 parent 70a4c6a commit 3241cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/Base/src/Aligner.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void Aligner::applyAlignment(long timestamp, DetID::mask_t addMask) const
7373
}
7474
if (pars.useParallelWorld) {
7575
// pw->AddOverlap(gGeoManager->GetVolume("ITSUWrapVol0"));
76-
pw->CloseGeometry();
76+
// pw->CloseGeometry();
7777
gGeoManager->SetUseParallelWorldNav(true);
7878
}
7979
std::string log = fmt::format("Alignment from {} for timestamp {}: ", o2::base::NameConf::getCCDBServer(), timestamp);

0 commit comments

Comments
 (0)