We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cac93f commit 014e28eCopy full SHA for 014e28e
macros/REST_Geant4_MergeRestG4Files.C
@@ -65,6 +65,8 @@ void REST_Geant4_MergeRestG4Files(const char* outputFilename, const char* inputF
65
66
// iterate over all other files
67
for (int i = 0; i < inputFiles.size(); i++) {
68
+ cout << "Processing file " << i + 1 << "/" << inputFiles.size() << endl;
69
+
70
map<Int_t, Int_t>
71
eventIdUpdates; // repeatedId -> newId. Make sure if there are repeated event ids in a file
72
// (because of sub-events) they keep the same event id after modification
0 commit comments