Skip to content

Commit b88ead3

Browse files
committed
Fix workflow naming
1 parent 168b850 commit b88ead3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/EbyEFluctuations/Tasks/MultandPtFluctuations.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ using namespace o2::aod;
3838
using namespace o2::framework::expressions;
3939

4040

41-
struct myExampleTask {
41+
struct MultandptFluctuations {
4242

4343
// ------ Histogram binning
4444

@@ -267,7 +267,7 @@ struct myExampleTask {
267267
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
268268
{
269269
return WorkflowSpec{
270-
adaptAnalysisTask<myExampleTask>(cfgc)
270+
adaptAnalysisTask<MultandptFluctuations>(cfgc)
271271
};
272272
}
273273

0 commit comments

Comments
 (0)