Parent Directory
|
Revision Log
|
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 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |