]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
skip terminate function for TRD train tests
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Jul 2010 13:02:04 +0000 (13:02 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Jul 2010 13:02:04 +0000 (13:02 +0000)
PWG1/TRD/run.C

index 270c8400d42c5cb29a7606030266081de45a8b66..dcbc5bf6c35c837281b8b27e201f7d06af47f2a2 100644 (file)
@@ -158,6 +158,7 @@ void run(Char_t *optList="ALL", const Char_t *files=0x0, Long64_t nev=1234567890
   AliMCEventHandler *mcH(NULL);
   if(fHasMCdata) mgr->SetMCtruthEventHandler(mcH = new AliMCEventHandler());
   //mgr->SetDebugLevel(10);
+  mgr->SetSkipTerminate(kTRUE);
 
   gROOT->LoadMacro("$ALICE_ROOT/PWG1/macros/AddTrainPerformanceTRD.C");
   if(!AddTrainPerformanceTRD(optList)) {