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 ccee2a3 commit 8a13f42Copy full SHA for 8a13f42
1 file changed
test/stress.cxx
@@ -711,6 +711,7 @@ void stress7()
711
char cutname[20];
712
TEventList *el[10];
713
TEventList *elistall = new TEventList("elistall","Sum of all cuts");
714
+ elistall->SetDirectory(gDirectory);
715
for (i=0;i<10;i++) {
716
snprintf(elistname,20,">>elist%d",i);
717
snprintf(cutname,20,"i 10 == %d",i); cutname[1] ='%';
0 commit comments