Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by mocchiut, Fri Jun 30 09:21:58 2006 UTC | revision 1.4 by mocchiut, Fri Aug 4 10:31:29 2006 UTC | |
|---|---|---|
| # | Line 524 int OrbitalInfoCore(ULong64_t run, TFile | Line 524 int OrbitalInfoCore(ULong64_t run, TFile |
| 524 | // | // |
| 525 | if (verbose) printf("\n Exiting...\n"); | if (verbose) printf("\n Exiting...\n"); |
| 526 | if(OrbitalInfotr)OrbitalInfotr->Delete(); | if(OrbitalInfotr)OrbitalInfotr->Delete(); |
| 527 | // | |
| 528 | if ( orbitalinfo ) delete orbitalinfo; | |
| 529 | if ( orbitalinfoclone ) delete orbitalinfoclone; | |
| 530 | if ( glroot ) delete glroot; | |
| 531 | if ( runinfo ) delete runinfo; | |
| 532 | // | |
| 533 | if(code < 0) throw code; | if(code < 0) throw code; |
| 534 | return(code); | return(code); |
| 535 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |