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 9a85316 commit 4d9df16Copy full SHA for 4d9df16
ALICE3/Core/DelphesO2TrackSmearer.h
@@ -250,7 +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; } //;
+ void setCleanupDownloadedFile(bool val) { mCleanupDownloadedFile = val; } //;
254
255
protected:
256
static constexpr unsigned int nLUTs = 9; // Number of LUT available
0 commit comments