We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798d5ae commit 97206a9Copy full SHA for 97206a9
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