From 94c0b4f5e98b3417430b58545577a75ba6e4fa5c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 25 Apr 2024 11:36:54 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/SimConfig/include/SimConfig/SimConfig.h | 2 +- Detectors/GlobalTracking/src/MatchTPCITS.cxx | 2 +- .../ITSMFT/ITS/reconstruction/src/RecoGeomHelper.cxx | 12 ++++++------ .../include/TRDWorkflow/TRDGlobalTrackingSpec.h | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Common/SimConfig/include/SimConfig/SimConfig.h b/Common/SimConfig/include/SimConfig/SimConfig.h index 8c0ab01980036..512fc3deaf0e1 100644 --- a/Common/SimConfig/include/SimConfig/SimConfig.h +++ b/Common/SimConfig/include/SimConfig/SimConfig.h @@ -82,7 +82,7 @@ struct SimConfigData { bool mAsService = false; // if simulation should be run as service/deamon (does not exit after run) bool mNoGeant = false; // if Geant transport should be turned off (when one is only interested in the generated events) bool mIsUpgrade = false; // true if the simulation is for Run 5 - bool mWithIT3 = false; // true if simulation should use IT3 + bool mWithIT3 = false; // true if simulation should use IT3 std::string mFromCollisionContext = ""; // string denoting a collision context file; If given, this file will be used to determine number of events bool mForwardKine = false; // true if tracks and event headers are to be published on a FairMQ channel (for reading by other consumers) bool mWriteToDisc = true; // whether we write simulation products (kine, hits) to disc diff --git a/Detectors/GlobalTracking/src/MatchTPCITS.cxx b/Detectors/GlobalTracking/src/MatchTPCITS.cxx index e46b7979e7bf5..387ef4f4b5047 100644 --- a/Detectors/GlobalTracking/src/MatchTPCITS.cxx +++ b/Detectors/GlobalTracking/src/MatchTPCITS.cxx @@ -243,7 +243,7 @@ void MatchTPCITS::init() #endif if (mParams->runAfterBurner) { // only used in AfterBurner - mRGHelper.init(); // prepare helper for TPC track / ITS clusters matching + mRGHelper.init(); // prepare helper for TPC track / ITS clusters matching } clear(); diff --git a/Detectors/ITSMFT/ITS/reconstruction/src/RecoGeomHelper.cxx b/Detectors/ITSMFT/ITS/reconstruction/src/RecoGeomHelper.cxx index 3d5e1187073c3..8f2efef0b34cd 100644 --- a/Detectors/ITSMFT/ITS/reconstruction/src/RecoGeomHelper.cxx +++ b/Detectors/ITSMFT/ITS/reconstruction/src/RecoGeomHelper.cxx @@ -32,8 +32,8 @@ void RecoGeomHelper::RecoChip::updateLimits(const o2::math_utils::Point3D void RecoGeomHelper::RecoChip::print() const { LOGF(info, "Ch#%4d Alp: %+.3f X:%5.2f %+6.3f]<%.3f dPhiH:%.3f | XYEdges: {%+6.3f,%+6.3f}{%+6.3f,%+6.3f} | %3d chips | OvlNext: %s\n", - id, phiRange.getMin(), phiMean, phiRange.getMax(), dphiH, - xyEdges.getX0(), xyEdges.getY0(), xyEdges.getX1(), xyEdges.getY1(), (int)chips.size(), - overlapWithNext == Undefined ? "N/A" : ((overlapWithNext == NoOverlap ? "NO" : (overlapWithNext == Above ? "Above" : "Below")))); + id, phiRange.getMin(), phiMean, phiRange.getMax(), dphiH, + xyEdges.getX0(), xyEdges.getY0(), xyEdges.getX1(), xyEdges.getY1(), (int)chips.size(), + overlapWithNext == Undefined ? "N/A" : ((overlapWithNext == NoOverlap ? "NO" : (overlapWithNext == Above ? "Above" : "Below")))); for (const auto& ch : chips) { ch.print(); } @@ -222,7 +222,7 @@ void RecoGeomHelper::RecoLayer::updateLimits(const o2::math_utils::Point3D mCovDiagInner{}; ///< total cov.matrix extra diagonal error from TrackTuneParams std::array mCovDiagOuter{}; ///< total cov.matrix extra diagonal error from TrackTuneParams // PID