Skip to content

Commit 43bd1fe

Browse files
clang-format
1 parent 3f7571e commit 43bd1fe

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

Detectors/Upgrades/ALICE3/IOTOF/base/include/IOTOFBase/IOTOFBaseParam.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "CommonUtils/ConfigurableParam.h"
1616
#include "CommonUtils/ConfigurableParamHelper.h"
1717

18-
1918
namespace o2
2019
{
2120
namespace iotof

Detectors/Upgrades/ALICE3/IOTOF/base/src/GeometryTGeo.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void GeometryTGeo::Build(int loadTrans)
265265
defineSensors();
266266
fillTrackingFramesCache();
267267
fillMatrixCache(loadTrans);
268-
// fillMatrixCache(o2::math_utils::bit2Mask(o2::math_utils::TransformType::L2G));
268+
// fillMatrixCache(o2::math_utils::bit2Mask(o2::math_utils::TransformType::L2G));
269269
}
270270

271271
void GeometryTGeo::defineSensors()

Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/Chip.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ class Chip
6565

6666
void setChipIndex(Int_t index) { mChipIndex = index; }
6767
Int_t getChipIndex() const { return mChipIndex; }
68-
68+
6969
void disable(bool disable) { mDisabled = disable; }
7070
bool isDisabled() const { return mDisabled; }
71-
71+
7272
/// Get the number of point assigned to the chip
7373
/// @return Number of points assigned to the chip
7474
Int_t getNumberOfDigits() const { return mDigits.size(); }
@@ -79,8 +79,8 @@ class Chip
7979
void addDigit(UShort_t row, UShort_t col, Int_t charge, double time);
8080

8181
protected:
82-
Int_t mChipIndex = -1; ///< Chip ID
83-
bool mDisabled = false; ///< Flag to indicate if the chip is disabled (e.g. due to dead channels)
82+
Int_t mChipIndex = -1; ///< Chip ID
83+
bool mDisabled = false; ///< Flag to indicate if the chip is disabled (e.g. due to dead channels)
8484
std::map<ULong64_t, o2::iotof::LabeledDigit> mDigits; ///< Map of fired digits, possibly in multiple frames
8585

8686
ClassDefNV(Chip, 1);

Detectors/Upgrades/ALICE3/IOTOF/workflow/src/iotof-reco-workflow.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void customize(std::vector<ConfigParamSpec>& workflowOptions)
5757
{"configKeyValues", VariantType::String, "", {"Semicolon separated key=value strings"}} //,
5858
// {"use-gpu-workflow", VariantType::Bool, false, {"use GPU workflow (default: false)"}},
5959
// {"gpu-device", VariantType::Int, 1, {"use gpu device: CPU=1,CUDA=2,HIP=3 (default: CPU)"}}
60-
};
60+
};
6161
std::swap(workflowOptions, options);
6262
}
6363

@@ -79,5 +79,5 @@ o2::framework::WorkflowSpec defineDataProcessing(o2::framework::ConfigContext co
7979
// write the configuration used for the reco workflow
8080
o2::conf::ConfigurableParam::writeINI("o2itsrecoflow_configuration.ini");
8181

82-
return o2::iotof::reco_workflow::getWorkflow(useMC, /*hitRecoConfig,*/ extDigits, extClusters, disableRootOutput/*, useGpuWF, gpuDevice*/);
82+
return o2::iotof::reco_workflow::getWorkflow(useMC, /*hitRecoConfig,*/ extDigits, extClusters, disableRootOutput /*, useGpuWF, gpuDevice*/);
8383
}

0 commit comments

Comments
 (0)