Skip to content

Commit a2bdd77

Browse files
authored
Update and rename testMCstdTabsRL.cxx to testMcStdTabsRl.cxx
1 parent 980a150 commit a2bdd77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ using namespace o2::framework;
4040
using namespace o2::framework::expressions;
4141
using namespace o2::constants::physics;
4242

43-
struct TestMCstdTabsRL {
43+
struct TestMcStdTabsRl {
4444

4545
// Global varialbes
4646
Service<o2::framework::O2DatabasePDG> pdg;
@@ -97,11 +97,11 @@ struct TestMCstdTabsRL {
9797

9898
} // end processMCgenDG
9999

100-
PROCESS_SWITCH(TestMCstdTabsRL, processMCgen, "Iterate Monte Carlo UD tables with truth data.", true);
100+
PROCESS_SWITCH(TestMcStdTabsRl, processMCgen, "Iterate Monte Carlo UD tables with truth data.", true);
101101
};
102102

103103
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
104104
{
105105
return WorkflowSpec{
106-
adaptAnalysisTask<TestMCstdTabsRL>(cfgc)};
106+
adaptAnalysisTask<TestMcStdTabsRl>(cfgc)};
107107
}

0 commit comments

Comments
 (0)