Skip to content

Commit cb98044

Browse files
committed
Fix
1 parent 99748d6 commit cb98044

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,7 @@ struct OnTheFlyRichPid {
297297
if (flagRICHLoadDelphesLUTs) {
298298
for (int icfg = 0; icfg < nGeometries; ++icfg) {
299299
mSmearer.emplace_back(std::make_unique<o2::delphes::DelphesO2TrackSmearer>());
300-
mSmearer[icfg]->setCleanupDownloadedFile(mGeoContainer.cleanLutWhenLoaded());
301300
mSmearer[icfg]->setCcdbManager(ccdb.operator->());
302-
mSmearer[icfg]->setDownloadPath("./.ALICE3/RICHPID/");
303301
std::map<std::string, std::string> globalConfiguration = mGeoContainer.getConfiguration(icfg, "global");
304302
for (const auto& entry : globalConfiguration) {
305303
int pdg = 0;

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ struct OnTheFlyTofPid {
157157
for (int icfg = 0; icfg < nGeometries; ++icfg) {
158158
const std::string histPath = "Configuration_" + std::to_string(icfg) + "/";
159159
mSmearer.emplace_back(std::make_unique<o2::delphes::DelphesO2TrackSmearer>());
160-
mSmearer[icfg]->setCleanupDownloadedFile(mGeoContainer.cleanLutWhenLoaded());
161160
mSmearer[icfg]->setCcdbManager(ccdb.operator->());
162-
mSmearer[icfg]->setDownloadPath("./.ALICE3/TOFPID/");
163161
std::map<std::string, std::string> globalConfiguration = mGeoContainer.getConfiguration(icfg, "global");
164162
for (const auto& entry : globalConfiguration) {
165163
int pdg = 0;

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,7 @@ struct OnTheFlyTracker {
318318
for (int icfg = 0; icfg < nGeometries; ++icfg) {
319319
const std::string histPath = "Configuration_" + std::to_string(icfg) + "/";
320320
mSmearer.emplace_back(std::make_unique<o2::delphes::DelphesO2TrackSmearer>());
321-
mSmearer[icfg]->setCleanupDownloadedFile(mGeoContainer.cleanLutWhenLoaded());
322321
mSmearer[icfg]->setCcdbManager(ccdb.operator->());
323-
mSmearer[icfg]->setDownloadPath("./.ALICE3/Tracker/");
324322
std::map<std::string, std::string> globalConfiguration = mGeoContainer.getConfiguration(icfg, "global");
325323
if (enablePrimarySmearing) {
326324
// load LUTs for primaries

0 commit comments

Comments
 (0)