We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c14395 commit 8793ae6Copy full SHA for 8793ae6
ALICE3/Core/DelphesO2TrackSmearer.h
@@ -173,6 +173,7 @@ class DelphesO2TrackSmearer : public TNamed
173
const char* getParticleName(int pdg);
174
void setdNdEta(float val) { mdNdEta = val; } //;
175
void setCcdbManager(o2::ccdb::BasicCCDBManager* mgr) { mCcdbManager = mgr; } //;
176
+ void print();
177
178
protected:
179
static constexpr unsigned int nLUTs = 9; // Number of LUT available
0 commit comments