Skip to content

Commit 41289f8

Browse files
committed
Please consider the following formatting changes
1 parent 4f0385a commit 41289f8

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)