Skip to content

Commit febd961

Browse files
author
Sabrina Hernandez
committed
clang format
1 parent 802a82f commit febd961

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ using namespace o2::aod::mult;
5252
using namespace o2::constants::math;
5353
using namespace o2::aod::evsel;
5454

55-
#define O2_DEFINE_CONFIGURABLE(NAME, TYPE, DEFAULT, HELP) Configurable<TYPE>(NAME){#NAME, (DEFAULT), (HELP)}
55+
#define O2_DEFINE_CONFIGURABLE(NAME, TYPE, DEFAULT, HELP) \
56+
Configurable<TYPE>(NAME) { #NAME, (DEFAULT), (HELP) }
5657

5758
struct FlowZdcTask {
5859
SliceCache cache;
5960

60-
O2_DEFINE_CONFIGURABLE(cfgCutVertex, float, 10.0f, "Accepted z-vertex range")
61+
O2_DEFINE_CONFIGURABLE(cfgCutVertex, float, 10.0f, "Accepted z-vertex range");
6162
Configurable<int> eventSelection{"eventSelection", 1, "event selection"};
6263
Configurable<float> maxZem{"maxZem", 3099.5, "Max ZEM signal"};
6364
// for ZDC info and analysis

0 commit comments

Comments
 (0)