/[PAMELA software]/DarthVader/AnticounterLevel2/src/AcCore.cpp
ViewVC logotype

Diff of /DarthVader/AnticounterLevel2/src/AcCore.cpp

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

revision 1.24 by pam-fi, Wed Apr 15 08:44:12 2009 UTC revision 1.25 by mocchiut, Tue Aug 4 14:01:16 2009 UTC
# Line 160  int AcCore(UInt_t run, TFile *file, GL_T Line 160  int AcCore(UInt_t run, TFile *file, GL_T
160    acfolder << tempname.str().c_str();    acfolder << tempname.str().c_str();
161    tempname << "/ac2tree_run";    tempname << "/ac2tree_run";
162    tempname << run << ".root";    tempname << run << ".root";
163      UInt_t totnorun = 0;
164    //    //
165    // DB classes    // DB classes
166    //    //
# Line 225  int AcCore(UInt_t run, TFile *file, GL_T Line 226  int AcCore(UInt_t run, TFile *file, GL_T
226    } else {    } else {
227      sgnl = 0;      sgnl = 0;
228    };    };
   {  
229    //    //
230    // number of events in the file BEFORE the first event of our run    // number of events in the file BEFORE the first event of our run
231    //    //
# Line 242  int AcCore(UInt_t run, TFile *file, GL_T Line 242  int AcCore(UInt_t run, TFile *file, GL_T
242    // number of run to be processed    // number of run to be processed
243    //    //
244    numbofrun = runinfo->GetNoRun();    numbofrun = runinfo->GetNoRun();
245    UInt_t totnorun = runinfo->GetRunEntries();    totnorun = runinfo->GetRunEntries();
246    //    //
247    // Try to access the Anticounter tree in the file, if it exists we are reprocessing data if not we are processing a new run    // Try to access the Anticounter tree in the file, if it exists we are reprocessing data if not we are processing a new run
248    //    //
# Line 626  int AcCore(UInt_t run, TFile *file, GL_T Line 626  int AcCore(UInt_t run, TFile *file, GL_T
626    }; // process all the runs    }; // process all the runs
627    //    //
628    if ( verbose ) printf("\n Finished processing data \n");    if ( verbose ) printf("\n Finished processing data \n");
   }  
629    //    //
630   closeandexit:   closeandexit:
631    //    //

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

  ViewVC Help
Powered by ViewVC 1.1.23