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 7a59741 commit d0be0f7Copy full SHA for d0be0f7
Common/Tools/TrackTuner.h
@@ -448,7 +448,7 @@ struct TrackTuner : o2::framework::ConfigurableGroup {
448
return outputString;
449
}
450
451
- void getDcaGraphs(std::string tmpDir = ".")
+ void getDcaGraphs()
452
{
453
std::string fullNameInputFile = "";
454
std::string fullNameFileQoverPt = "";
@@ -457,6 +457,7 @@ struct TrackTuner : o2::framework::ConfigurableGroup {
457
/// use input correction file from CCDB
458
459
// properly init the ccdb
460
+ std::string tmpDir = ".";
461
ccdbApi.init("http://alice-ccdb.cern.ch");
462
463
// name of the file in the tmp local folder
0 commit comments