We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 798d5ae + 97206a9 commit c44548dCopy full SHA for c44548d
1 file changed
Common/TableProducer/qVectorsTable.cxx
@@ -339,8 +339,7 @@ struct qVectorsTable {
339
for (std::size_t i = 0; i < cfgnMods->size(); i++) {
340
int ind = cfgnMods->at(i);
341
fullPath = cfgShiftPath;
342
- fullPath += "/eseq"
343
- fullPath += std::to_string(ind);
+ fullPath += "/eseq" fullPath += std::to_string(ind);
344
auto objshift = getForTsOrRun<TProfile3D>(fullPath, timestamp, runnumber);
345
shiftProfileEse.push_back(objshift);
346
}
0 commit comments