Revision f1899f140b752aa148bb455dcf02b25c66a54058 authored by Philippe Canal on 19 April 2016, 17:36:17 UTC, committed by Philippe Canal on 28 April 2016, 16:59:26 UTC
I.e. avoid reallocating the container for each insert which beside leak the container
also prevented the TDataMember from being reused.  This completes 3e28b7012b94f7762203a438439ccf837
1 parent ddf69c6
Raw File
dt_wrap.C
R__LOAD_LIBRARY(dt_RunDrawTest.C+)

void dt_wrap(const char* from, Int_t mode = 0, Int_t verboseLevel = 0) {
   // gROOT->ProcessLine(".L dt_RunDrawTest.C+");
   int status = !dt_RunDrawTest(from,mode,verboseLevel);
   if (verboseLevel==0) gSystem->Exit(status);
}
back to top