Skip to content

Commit d0be0f7

Browse files
author
Mattia Faggin
committed
Restore detail.
1 parent 7a59741 commit d0be0f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Common/Tools/TrackTuner.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ struct TrackTuner : o2::framework::ConfigurableGroup {
448448
return outputString;
449449
}
450450

451-
void getDcaGraphs(std::string tmpDir = ".")
451+
void getDcaGraphs()
452452
{
453453
std::string fullNameInputFile = "";
454454
std::string fullNameFileQoverPt = "";
@@ -457,6 +457,7 @@ struct TrackTuner : o2::framework::ConfigurableGroup {
457457
/// use input correction file from CCDB
458458

459459
// properly init the ccdb
460+
std::string tmpDir = ".";
460461
ccdbApi.init("http://alice-ccdb.cern.ch");
461462

462463
// name of the file in the tmp local folder

0 commit comments

Comments
 (0)