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 8cc1e0e commit cd547a2Copy full SHA for cd547a2
Common/Tools/TrackTuner.h
@@ -447,11 +447,6 @@ struct TrackTuner : o2::framework::ConfigurableGroup {
447
return outputString;
448
}
449
450
- std::string getFullNameInputPath()
451
- {
452
- return pathInputFile + std::string("/") + nameInputFile;
453
- }
454
-
455
void getDcaGraphs()
456
{
457
std::string fullNameInputFile = pathInputFile + std::string("/") + nameInputFile;
0 commit comments