We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f3275 commit 57e652bCopy full SHA for 57e652b
ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx
@@ -160,7 +160,7 @@ struct OnTheFlyTofPid {
160
mSmearer.emplace_back(std::make_unique<o2::delphes::DelphesO2TrackSmearer>());
161
mSmearer[icfg]->setCleanupDownloadedFile(cleanLutWhenLoaded.value);
162
mSmearer[icfg]->setCcdbManager(ccdb.operator->());
163
- mSmearer[icfg]->setDownloadPath("TOFPID");
+ mSmearer[icfg]->setDownloadPath("./.ALICE3/TOFPID/");
164
std::map<std::string, std::string> globalConfiguration = mGeoContainer.getConfiguration(icfg, "global");
165
for (const auto& entry : globalConfiguration) {
166
int pdg = 0;
0 commit comments