Skip to content

Commit 5f53308

Browse files
authored
Update download path for track smearer
1 parent 57e652b commit 5f53308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ struct OnTheFlyTracker {
320320
mSmearer.emplace_back(std::make_unique<o2::delphes::DelphesO2TrackSmearer>());
321321
mSmearer[icfg]->setCleanupDownloadedFile(cleanLutWhenLoaded.value);
322322
mSmearer[icfg]->setCcdbManager(ccdb.operator->());
323-
mSmearer[icfg]->setDownloadPath("Tracker");
323+
mSmearer[icfg]->setDownloadPath("./.ALICE3/Tracker/");
324324
std::map<std::string, std::string> globalConfiguration = mGeoContainer.getConfiguration(icfg, "global");
325325
if (enablePrimarySmearing) {
326326
// load LUTs for primaries

0 commit comments

Comments
 (0)