Skip to content

Commit 833f9a1

Browse files
authored
Merge pull request #1 from alibuild/alibot-cleanup-15615
Please consider the following formatting changes to #15615
2 parents 4f0385a + 41289f8 commit 833f9a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Detectors/TPC/simulation/src/Detector.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3262,8 +3262,8 @@ void Detector::SetSpecialPhysicsCuts()
32623262
for (int med : {(int)kDriftGas1, (int)kDriftGas2, (int)kCO2}) {
32633263
matmgr.SpecialCut(GetName(), med, o2::base::ECut::kCUTELE, specialCut);
32643264
matmgr.SpecialCut(GetName(), med, o2::base::ECut::kCUTGAM, specialCut);
3265-
matmgr.SpecialCut(GetName(), med, o2::base::ECut::kDCUTE, specialCut);
3266-
matmgr.SpecialCut(GetName(), med, o2::base::ECut::kBCUTE, specialCut);
3265+
matmgr.SpecialCut(GetName(), med, o2::base::ECut::kDCUTE, specialCut);
3266+
matmgr.SpecialCut(GetName(), med, o2::base::ECut::kBCUTE, specialCut);
32673267
}
32683268
}
32693269
o2::base::Detector::SetSpecialPhysicsCuts();

0 commit comments

Comments
 (0)