Skip to content

Commit 57e652b

Browse files
authored
Update onTheFlyTofPid.cxx
1 parent f4f3275 commit 57e652b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ struct OnTheFlyTofPid {
160160
mSmearer.emplace_back(std::make_unique<o2::delphes::DelphesO2TrackSmearer>());
161161
mSmearer[icfg]->setCleanupDownloadedFile(cleanLutWhenLoaded.value);
162162
mSmearer[icfg]->setCcdbManager(ccdb.operator->());
163-
mSmearer[icfg]->setDownloadPath("TOFPID");
163+
mSmearer[icfg]->setDownloadPath("./.ALICE3/TOFPID/");
164164
std::map<std::string, std::string> globalConfiguration = mGeoContainer.getConfiguration(icfg, "global");
165165
for (const auto& entry : globalConfiguration) {
166166
int pdg = 0;

0 commit comments

Comments
 (0)