Skip to content

Commit f4f3275

Browse files
authored
Update onTheFlyRichPid.cxx
1 parent 1f8f04e commit f4f3275

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ struct OnTheFlyRichPid {
301301
mSmearer.emplace_back(std::make_unique<o2::delphes::DelphesO2TrackSmearer>());
302302
mSmearer[icfg]->setCleanupDownloadedFile(cleanLutWhenLoaded.value);
303303
mSmearer[icfg]->setCcdbManager(ccdb.operator->());
304-
mSmearer[icfg]->setDownloadPath("RICHPID");
304+
mSmearer[icfg]->setDownloadPath("./.ALICE3/RICHPID/");
305305
std::map<std::string, std::string> globalConfiguration = mGeoContainer.getConfiguration(icfg, "global");
306306
for (const auto& entry : globalConfiguration) {
307307
int pdg = 0;
@@ -761,7 +761,6 @@ struct OnTheFlyRichPid {
761761
}
762762

763763
for (const auto& track : tracks) {
764-
765764
auto fillDummyValues = [&](bool gasRich = false) {
766765
upgradeRich(kErrorValue, kErrorValue, kErrorValue, kErrorValue, kErrorValue, kErrorValue, kErrorValue, kErrorValue, kErrorValue);
767766
upgradeRichSignal(false, false, false, false, false, false, false, false, false, false, gasRich);

0 commit comments

Comments
 (0)