/[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.27 by mocchiut, Mon Nov 23 09:57:22 2009 UTC revision 1.28 by mocchiut, Fri Jan 29 05:49:20 2010 UTC
# Line 326  int AcCore(UInt_t run, TFile *file, GL_T Line 326  int AcCore(UInt_t run, TFile *file, GL_T
326        };        };
327        for (UInt_t j = 0; j < nobefrun; j++){        for (UInt_t j = 0; j < nobefrun; j++){
328          //          //
329          acclone->GetEntry(j);          if ( acclone->GetEntry(j) <=0 ) throw -36;
330          //          //
331          // copy acl2clone to acl2          // copy acl2clone to acl2
332          //          //
# Line 485  int AcCore(UInt_t run, TFile *file, GL_T Line 485  int AcCore(UInt_t run, TFile *file, GL_T
485        //        //
486        if ( procev%1000 == 0 && procev > 0 && verbose ) printf(" %iK \n",procev/1000);        if ( procev%1000 == 0 && procev > 0 && verbose ) printf(" %iK \n",procev/1000);
487        //        //
488        l0head->GetEntry(re);        if ( l0head->GetEntry(re) <= 0 ) throw -36;
489        //        //
490        // absolute time of this event        // absolute time of this event
491        //        //
# Line 506  int AcCore(UInt_t run, TFile *file, GL_T Line 506  int AcCore(UInt_t run, TFile *file, GL_T
506        //        //
507        acl2->Clear();        acl2->Clear();
508        //        //
509        l0ac->GetEntry(re);        if ( l0ac->GetEntry(re) <= 0 ) throw -36;
510        //        //
511        /***********************************************/        /***********************************************/
512        // Here starts Anticounter specific code (Silvio)        // Here starts Anticounter specific code (Silvio)
# Line 647  int AcCore(UInt_t run, TFile *file, GL_T Line 647  int AcCore(UInt_t run, TFile *file, GL_T
647          //          //
648          // Get entry from old tree          // Get entry from old tree
649          //          //
650          acclone->GetEntry(j);          if ( acclone->GetEntry(j) <= 0 ) throw -36;
651          //          //
652          // copy acl2clone to acl2          // copy acl2clone to acl2
653          //          //

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

  ViewVC Help
Powered by ViewVC 1.1.23