Skip to content

Commit 032fc0e

Browse files
author
Sabrina Hernandez
committed
clang format
1 parent febd961 commit 032fc0e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,9 @@ 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) \
56-
Configurable<TYPE>(NAME) { #NAME, (DEFAULT), (HELP) }
57-
5855
struct FlowZdcTask {
5956
SliceCache cache;
60-
61-
O2_DEFINE_CONFIGURABLE(cfgCutVertex, float, 10.0f, "Accepted z-vertex range");
62-
Configurable<int> eventSelection{"eventSelection", 1, "event selection"};
57+
Configurable<float> cfgCutVertex{"cfgCutVertex", 10.0, "Accepted z-vertex range"};
6358
Configurable<float> maxZem{"maxZem", 3099.5, "Max ZEM signal"};
6459
// for ZDC info and analysis
6560
Configurable<float> maxZn{"maxZn", 125.5, "Max ZN signal"};

0 commit comments

Comments
 (0)