You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -61,16 +61,13 @@ struct HfTaskDstarToD0Pi {
61
61
Configurable<bool> isCentStudy{"isCentStudy", true, "Flag to select centrality study"};
62
62
Configurable<bool> qaEnabled{"qaEnabled", true, "Flag to enable QA histograms"};
63
63
Configurable<bool> studyD0ToPiKPi0{"studyD0ToPiKPi0", false, "Flag to study D*->D0(piKpi0)pi channel"};
64
-
Configurable<bool> ptShapeStudy{"ptShapeStudy", true, "Flag to enable pT shape study"};
64
+
Configurable<bool> ptShapeStudy{"ptShapeStudy", false, "Flag to enable pT shape study"};
65
65
66
66
// CCDB configuration
67
-
// Configurable<bool> useWeight{"useWeight", true, "Flag to use weights from CCDB"};
68
-
// Configurable<int> nWeights{"nWeights", 6, "Number of weights to be used from CCDB"};
69
67
Configurable<std::string> ccdbUrl{"ccdbUrl", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
70
68
Configurable<std::string> ccdbPathForWeight{"ccdbPathForWeight", "", "CCDB path for pt shape weights"};
71
69
Configurable<int64_t> timestampCCDB{"timestampCCDB", -1, "CCDB timestamp for pt shape weights"};
72
70
Configurable<std::string> weightFileName{"weightFileName", "Weights.root", "Name of the weight file to be used for pt shape study"};
73
-
// Configurable<std::vector<double>> centRangesForWeights{"centRangesForWeights", {0.0, 5.0, 10.0, 30.0, 50.0, 70.0, 100.0}, "Centrality ranges for weights. Size of ranges should be equal to nWeights + 1"};
0 commit comments