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