Skip to content

Commit d893d9c

Browse files
committed
Please consider the following formatting changes
1 parent 0513915 commit d893d9c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Detectors/ITSMFT/ITS/workflow/include/ITSWorkflow/RecoWorkflow.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ namespace reco_workflow
2727
{
2828

2929
framework::WorkflowSpec getWorkflow(bool useMC, bool useCAtracker, TrackingMode::Type trmode, const bool overrideBeamPosition = false,
30-
bool upstreamDigits = false, bool upstreamClusters = false, bool disableRootOutput = false, bool useGeom = false, int useTrig = 0,
31-
bool useGPUWF = false, o2::gpu::GPUDataTypes::DeviceType dType = o2::gpu::GPUDataTypes::DeviceType::CPU);
30+
bool upstreamDigits = false, bool upstreamClusters = false, bool disableRootOutput = false, bool useGeom = false, int useTrig = 0,
31+
bool useGPUWF = false, o2::gpu::GPUDataTypes::DeviceType dType = o2::gpu::GPUDataTypes::DeviceType::CPU);
3232
}
3333

3434
} // namespace its

Detectors/Upgrades/ITS3/workflow/include/ITS3Workflow/RecoWorkflow.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ namespace o2::its3::reco_workflow
2424
{
2525

2626
framework::WorkflowSpec getWorkflow(bool useMC,
27-
its::TrackingMode::Type trmode,
28-
o2::gpu::GPUDataTypes::DeviceType dtype,
29-
bool useGPUWorkflow,
30-
bool upstreamDigits,
31-
bool upstreamClusters,
32-
bool disableRootOutput,
33-
bool useGeom,
34-
int useTrig,
35-
bool overrideBeamPosition);
27+
its::TrackingMode::Type trmode,
28+
o2::gpu::GPUDataTypes::DeviceType dtype,
29+
bool useGPUWorkflow,
30+
bool upstreamDigits,
31+
bool upstreamClusters,
32+
bool disableRootOutput,
33+
bool useGeom,
34+
int useTrig,
35+
bool overrideBeamPosition);
3636
}
3737

3838
#endif

0 commit comments

Comments
 (0)