Skip to content

Commit aca19bc

Browse files
committed
Added functionality to check for DFs which cause "repair" warning message
1 parent e3a1038 commit aca19bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UTILS/checkCorruptedAO2Ds.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void MyErrorHandler(int level, Bool_t abort, const char *location, const char *m
1616
DefaultErrorHandler(level, abort, location, msg); // Call ROOT’s default handler
1717
}
1818

19-
int checkCorruptedAO2Ds(TString infileName = "AO2D_FZK.root", bool fromAlien = false) {
19+
int checkCorruptedAO2Ds(TString infileName = "/alice/sim/2024/LHC24h2/535545/AOD/005/AO2D.root", bool fromAlien = true) {
2020

2121
SetErrorHandler(MyErrorHandler);
2222

0 commit comments

Comments
 (0)