Skip to content

Commit 2c9b020

Browse files
authored
Upload chunks for the chunked processing (AliceO2Group#8048)
1 parent 73f7c2e commit 2c9b020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventFiltering/macros/uploadOTSobjects.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void uploadOTSobjects(std::string inputList, std::string passName, bool useAlien
126126
endIndex++;
127127
}
128128
std::cout << ">>> Chunk " << helperIndex << " - " << helperIndex + chunk.size() << " : " << startTS << " - " << endTS << " \t" << (endTS - startTS) * 1.e-3 << std::endl;
129-
api.storeAsTFileAny(&zorroHelpers, baseCCDBpath + "ZorroHelpers", metadata, startTS, endTS);
129+
api.storeAsTFileAny(&chunk, baseCCDBpath + "ZorroHelpers", metadata, startTS, endTS);
130130
startTS = endTS + 1;
131131
helperIndex += chunk.size();
132132
}

0 commit comments

Comments
 (0)