Skip to content

Commit 014e28e

Browse files
committed
update merge
1 parent 8cac93f commit 014e28e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

macros/REST_Geant4_MergeRestG4Files.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ void REST_Geant4_MergeRestG4Files(const char* outputFilename, const char* inputF
6565

6666
// iterate over all other files
6767
for (int i = 0; i < inputFiles.size(); i++) {
68+
cout << "Processing file " << i + 1 << "/" << inputFiles.size() << endl;
69+
6870
map<Int_t, Int_t>
6971
eventIdUpdates; // repeatedId -> newId. Make sure if there are repeated event ids in a file
7072
// (because of sub-events) they keep the same event id after modification

0 commit comments

Comments
 (0)