We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d2f11 commit cc2440fCopy full SHA for cc2440f
1 file changed
PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx
@@ -37,7 +37,7 @@ using namespace o2;
37
using namespace o2::framework;
38
using namespace o2::framework::expressions;
39
TH1D* tmpFqErr[6][5][52];
40
-struct FactorialMomentsTask{
+struct FactorialMomentsTask {
41
Configurable<bool> applyCheckPtForRec{"applyCheckPtForRec", false, "Apply checkpT for reconstructed tracks"};
42
Configurable<bool> applyCheckPtForMC{"applyCheckPtForMC", true, "Apply checkpT for MC-generated tracks"};
43
Configurable<Float_t> centralEta{"centralEta", 0.9, "eta limit for tracks"};
0 commit comments