/[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.2 by pam-se, Wed Jun 21 08:15:05 2006 UTC revision 1.3 by mocchiut, Fri Jun 30 09:21:50 2006 UTC
# Line 303  int AcCore(ULong64_t run, TFile *file, T Line 303  int AcCore(ULong64_t run, TFile *file, T
303          //          //
304          // copy acl2clone to acl2          // copy acl2clone to acl2
305          //          //
306          acl2 = new AcLevel2();          acl2->Clear();
307            //      acl2 = new AcLevel2();
308          memcpy(&acl2,&acl2clone,sizeof(acl2clone));          memcpy(&acl2,&acl2clone,sizeof(acl2clone));
309          //          //
310          // Fill entry in the new tree          // Fill entry in the new tree
# Line 459  int AcCore(ULong64_t run, TFile *file, T Line 460  int AcCore(ULong64_t run, TFile *file, T
460        //        //
461        // start processing        // start processing
462        //        //
463        acl2 = new AcLevel2();        //      acl2 = new AcLevel2();
464          acl2->Clear();
465        //        //
466        l0ac->GetEntry(ei);        l0ac->GetEntry(ei);
467        //        //
# Line 613  int AcCore(ULong64_t run, TFile *file, T Line 615  int AcCore(ULong64_t run, TFile *file, T
615          //          //
616          // copy acl2clone to acl2          // copy acl2clone to acl2
617          //          //
618          acl2 = new AcLevel2();          //      acl2 = new AcLevel2();
619            acl2->Clear();
620          memcpy(&acl2,&acl2clone,sizeof(acl2clone));          memcpy(&acl2,&acl2clone,sizeof(acl2clone));
621          //          //
622          // Fill entry in the new tree          // Fill entry in the new tree

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23