/[PAMELA software]/DarthVader/S4Level2/src/S4Core.cpp
ViewVC logotype

Diff of /DarthVader/S4Level2/src/S4Core.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mocchiut, Fri Jun 30 09:22:00 2006 UTC revision 1.3 by mocchiut, Fri Aug 4 10:31:31 2006 UTC
# Line 549  int S4Core(ULong64_t run, TFile *file, T Line 549  int S4Core(ULong64_t run, TFile *file, T
549    //    //
550    if (verbose) printf("\n Exiting...\n");    if (verbose) printf("\n Exiting...\n");
551    if(S4tr)S4tr->Delete();    if(S4tr)S4tr->Delete();
552      //
553      if ( s4 ) delete s4;
554      if ( s4clone ) delete s4clone;
555      if ( glroot ) delete glroot;
556      if ( runinfo ) delete runinfo;
557      //
558    if(code < 0)  throw code;    if(code < 0)  throw code;
559    return(code);    return(code);
560  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23