Skip to content

Commit 8a13f42

Browse files
committed
[WIP] Prepare ROOT's TEventList for auto-registration off.
1 parent ccee2a3 commit 8a13f42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/stress.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ void stress7()
711711
char cutname[20];
712712
TEventList *el[10];
713713
TEventList *elistall = new TEventList("elistall","Sum of all cuts");
714+
elistall->SetDirectory(gDirectory);
714715
for (i=0;i<10;i++) {
715716
snprintf(elistname,20,">>elist%d",i);
716717
snprintf(cutname,20,"i 10 == %d",i); cutname[1] ='%';

0 commit comments

Comments
 (0)