Skip to content

Commit

Permalink
Renamed Struct Name
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthapadmanabhan18 committed Dec 23, 2024
1 parent e60c239 commit 3ce0ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGUD/Tasks/exclusiveRhoTo4Pi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ using namespace o2::framework;
using namespace o2::framework::expressions;

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
struct UPCAnalysis {
struct exclusiveRhoTo4Pi {
SGSelector sgSelector;
HistogramRegistry histos{"HistoReg", {}, OutputObjHandlingPolicy::AnalysisObject, true, true};

Expand Down Expand Up @@ -414,5 +414,5 @@ struct UPCAnalysis {
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
{
return WorkflowSpec{
adaptAnalysisTask<UPCAnalysis>(cfgc)};
adaptAnalysisTask<exclusiveRhoTo4Pi>(cfgc)};
}

0 comments on commit 3ce0ee3

Please sign in to comment.