We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479714b commit b80425fCopy full SHA for b80425f
1 file changed
ALICE3/Core/DelphesO2TrackSmearer.cxx
@@ -106,7 +106,6 @@ bool TrackSmearer::loadTable(int pdg, const char* filename, bool forceReload)
106
if (lutFile.gcount() != sizeof(lutHeader_t)) {
107
LOG(info) << " --- troubles reading covariance matrix header for PDG " << pdg << ": " << filename << std::endl;
108
LOG(info) << " --- expected/detected " << sizeof(lutHeader_t) << "/" << lutFile.gcount() << std::endl;
109
- ;
110
delete mLUTHeader[ipdg];
111
mLUTHeader[ipdg] = nullptr;
112
return false;
0 commit comments