We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfef960 commit 9a85316Copy full SHA for 9a85316
ALICE3/Core/DelphesO2TrackSmearer.h
@@ -250,6 +250,7 @@ class TrackSmearer
250
}
251
void setdNdEta(float val) { mdNdEta = val; } //;
252
void setCcdbManager(o2::ccdb::BasicCCDBManager* mgr) { mCcdbManager = mgr; } //;
253
+ void setCleanupDownloadedFile(bool val) { mCleanupDownloadedFile = val; } //;
254
255
protected:
256
static constexpr unsigned int nLUTs = 9; // Number of LUT available
@@ -263,6 +264,7 @@ class TrackSmearer
263
264
265
private:
266
o2::ccdb::BasicCCDBManager* mCcdbManager = nullptr;
267
+ bool mCleanupDownloadedFile = true;
268
};
269
270
} // namespace delphes
0 commit comments