/[PAMELA software]/DarthVader/OrbitalInfo/src/OrbitalInfoCore.cpp
ViewVC logotype

Diff of /DarthVader/OrbitalInfo/src/OrbitalInfoCore.cpp

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

revision 1.23 by mocchiut, Thu Sep 6 12:49:30 2007 UTC revision 1.24 by mocchiut, Fri Sep 7 21:14:18 2007 UTC
# Line 401  int OrbitalInfoCore(UInt_t run, TFile *f Line 401  int OrbitalInfoCore(UInt_t run, TFile *f
401    //    //
402    // Loop over the run to be processed    // Loop over the run to be processed
403    //    //
     
404    for (UInt_t irun=0; irun < numbofrun; irun++){    for (UInt_t irun=0; irun < numbofrun; irun++){
405      //      //
406      // retrieve the first run ID to be processed using the RunInfo list      // retrieve the first run ID to be processed using the RunInfo list
# Line 553  int OrbitalInfoCore(UInt_t run, TFile *f Line 552  int OrbitalInfoCore(UInt_t run, TFile *f
552      //      //
553      if (verbose) printf("\n Ready to start! \n\n Processed events: \n\n");      if (verbose) printf("\n Ready to start! \n\n Processed events: \n\n");
554      //      //
555        //    if ( dbc ){
556        //      dbc->Close();
557          //      delete dbc;
558        //};
559        //
560      for ( re = runinfo->EV_FROM; re < (runinfo->EV_FROM+runinfo->NEVENTS); re++){      for ( re = runinfo->EV_FROM; re < (runinfo->EV_FROM+runinfo->NEVENTS); re++){
561            
562        //        //

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.23