We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168b850 commit b88ead3Copy full SHA for b88ead3
1 file changed
PWGCF/EbyEFluctuations/Tasks/MultandPtFluctuations.cxx
@@ -38,7 +38,7 @@ using namespace o2::aod;
38
using namespace o2::framework::expressions;
39
40
41
-struct myExampleTask {
+struct MultandptFluctuations {
42
43
// ------ Histogram binning
44
@@ -267,7 +267,7 @@ struct myExampleTask {
267
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
268
{
269
return WorkflowSpec{
270
- adaptAnalysisTask<myExampleTask>(cfgc)
+ adaptAnalysisTask<MultandptFluctuations>(cfgc)
271
};
272
}
273
0 commit comments