Skip to content

Commit 14ed7ef

Browse files
Update sgExclusiveJpsiMidrapidity.cxx
Changed SGExclusive... to sgExclusive
1 parent 13e6911 commit 14ed7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGUD/Tasks/sgExclusiveJpsiMidrapidity.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ using namespace o2::framework::expressions;
3636
using LorentzVector = ROOT::Math::PxPyPzMVector;
3737

3838
// Struct to define the analysis task
39-
struct SGExclusiveJpsiMidrapidity {
39+
struct sgExclusiveJpsiMidrapidity {
4040
// SGSelector object to manage track and collision selections
4141
SGSelector sgSelector;
4242

@@ -332,5 +332,5 @@ struct SGExclusiveJpsiMidrapidity {
332332
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
333333
{
334334
return WorkflowSpec{
335-
adaptAnalysisTask<SGExclusiveJpsiMidrapidity>(cfgc)};
335+
adaptAnalysisTask<sgExclusiveJpsiMidrapidity>(cfgc)};
336336
}

0 commit comments

Comments
 (0)