diff --git a/Common/TableProducer/qVectorsTable.cxx b/Common/TableProducer/qVectorsTable.cxx index 5006f375974..0d054440dd7 100644 --- a/Common/TableProducer/qVectorsTable.cxx +++ b/Common/TableProducer/qVectorsTable.cxx @@ -339,8 +339,7 @@ struct qVectorsTable { for (std::size_t i = 0; i < cfgnMods->size(); i++) { int ind = cfgnMods->at(i); fullPath = cfgShiftPath; - fullPath += "/eseq" - fullPath += std::to_string(ind); + fullPath += "/eseq" fullPath += std::to_string(ind); auto objshift = getForTsOrRun(fullPath, timestamp, runnumber); shiftProfileEse.push_back(objshift); }