Skip to content

Commit a7beabd

Browse files
authored
Merge pull request AliceO2Group#1 from alibuild/alibot-cleanup-11585
Please consider the following formatting changes to AliceO2Group#11585
2 parents 03cf492 + 08a7da7 commit a7beabd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Detectors/TPC/base/include/TPCBase/CDBInterface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ class CDBInterface
343343
std::unique_ptr<CalPad> mCMkValues; ///< Ion Tail exp(-lambda)
344344

345345
// ===| switches and parameters |=============================================
346-
bool mUseDefaults = false; ///< use defaults instead of CCDB
347-
float mDefaultZSsigma = 3.f; ///< sigma to use in case the default zero suppression is created
346+
bool mUseDefaults = false; ///< use defaults instead of CCDB
347+
float mDefaultZSsigma = 3.f; ///< sigma to use in case the default zero suppression is created
348348

349349
std::string mPedestalNoiseFileName; ///< optional file name for pedestal and noise data
350350
std::string mGainMapFileName; ///< optional file name for the gain map

GPU/TPCFastTransformation/CorrectionMapsHelper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ class CorrectionMapsHelper
137137
enum UpdateFlags { MapBit = 0x1,
138138
MapRefBit = 0x2,
139139
LumiBit = 0x4 };
140-
bool mOwner = false; // is content of pointers owned by the helper
141-
bool mUseCTPLumi = false; // require CTP Lumi for mInstLumi
140+
bool mOwner = false; // is content of pointers owned by the helper
141+
bool mUseCTPLumi = false; // require CTP Lumi for mInstLumi
142142
int mUpdatedFlags = 0;
143143
float mInstLumi = 0.; // instanteneous luminosity (a.u)
144144
float mMeanLumi = 0.; // mean luminosity of the map (a.u)

GPU/TPCFastTransformation/TPCFastTransform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class TPCFastTransform : public FlatObject
328328
///
329329
float mTOFcorr;
330330

331-
float mPrimVtxZ; ///< Z of the primary vertex, needed for the Time-Of-Flight correction
331+
float mPrimVtxZ; ///< Z of the primary vertex, needed for the Time-Of-Flight correction
332332

333333
float mLumi; ///< luminosity estimator
334334
float mLumiError; ///< error on luminosity

GPU/Workflow/src/GPUWorkflowSpec.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ int GPURecoWorkflowSpec::runITSTracking(o2::framework::ProcessingContext& pc)
10351035
// Some conversions that needs to be moved in the tracker internals
10361036
for (unsigned int iTrk{0}; iTrk < tracks.size(); ++iTrk) {
10371037
auto& trc{tracks[iTrk]};
1038-
trc.setFirstClusterEntry(allClusIdx.size()); // before adding tracks, create final cluster indices
1038+
trc.setFirstClusterEntry(allClusIdx.size()); // before adding tracks, create final cluster indices
10391039
int ncl = trc.getNumberOfClusters(), nclf = 0;
10401040
for (int ic = o2::its::TrackITSExt::MaxClusters; ic--;) { // track internally keeps in->out cluster indices, but we want to store the references as out->in!!!
10411041
auto clid = trc.getClusterIndex(ic);
@@ -1537,7 +1537,7 @@ void GPURecoWorkflowSpec::finaliseCCDBTPC(ConcreteDataMatcher& matcher, void* ob
15371537
bool GPURecoWorkflowSpec::fetchCalibsCCDBITS(ProcessingContext& pc)
15381538
{
15391539
static bool initOnceDone = false;
1540-
if (!initOnceDone) { // this params need to be queried only once
1540+
if (!initOnceDone) { // this params need to be queried only once
15411541
initOnceDone = true;
15421542
pc.inputs().get<o2::itsmft::TopologyDictionary*>("itscldict"); // just to trigger the finaliseCCDB
15431543
pc.inputs().get<o2::itsmft::DPLAlpideParam<o2::detectors::DetID::ITS>*>("itsalppar");

0 commit comments

Comments
 (0)