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 13e6911 commit 14ed7efCopy full SHA for 14ed7ef
PWGUD/Tasks/sgExclusiveJpsiMidrapidity.cxx
@@ -36,7 +36,7 @@ using namespace o2::framework::expressions;
36
using LorentzVector = ROOT::Math::PxPyPzMVector;
37
38
// Struct to define the analysis task
39
-struct SGExclusiveJpsiMidrapidity {
+struct sgExclusiveJpsiMidrapidity {
40
// SGSelector object to manage track and collision selections
41
SGSelector sgSelector;
42
@@ -332,5 +332,5 @@ struct SGExclusiveJpsiMidrapidity {
332
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
333
{
334
return WorkflowSpec{
335
- adaptAnalysisTask<SGExclusiveJpsiMidrapidity>(cfgc)};
+ adaptAnalysisTask<sgExclusiveJpsiMidrapidity>(cfgc)};
336
}
0 commit comments