/[PAMELA software]/DarthVader/NDLevel2/src/NDCore.cpp
ViewVC logotype

Diff of /DarthVader/NDLevel2/src/NDCore.cpp

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

revision 1.1 by mocchiut, Fri May 19 13:15:26 2006 UTC revision 1.2 by mocchiut, Fri Jun 30 09:21:56 2006 UTC
# Line 310  int NDCore(ULong64_t run, TFile *file, T Line 310  int NDCore(ULong64_t run, TFile *file, T
310          //          //
311          // copy ndclone to mydec          // copy ndclone to mydec
312          //          //
313          nd = new NDLevel2();          //      nd = new NDLevel2();
314            nd->Clear();
315          memcpy(&nd,&ndclone,sizeof(ndclone));          memcpy(&nd,&ndclone,sizeof(ndclone));
316          //          //
317          // Fill entry in the new tree          // Fill entry in the new tree
# Line 467  int NDCore(ULong64_t run, TFile *file, T Line 468  int NDCore(ULong64_t run, TFile *file, T
468        //        //
469        // start processing        // start processing
470        //        //
471        nd = new NDLevel2();        //      nd = new NDLevel2();
472          nd->Clear();
473          //
474        l0ND->GetEntry(ei);        l0ND->GetEntry(ei);
475        tmpSize = l0ne->Records->GetEntries();        tmpSize = l0ne->Records->GetEntries();
476        if (!tmpSize) continue;        if (!tmpSize) continue;
# Line 520  int NDCore(ULong64_t run, TFile *file, T Line 523  int NDCore(ULong64_t run, TFile *file, T
523          //          //
524          // copy ndclone to nd          // copy ndclone to nd
525          //          //
526          nd = new NDLevel2();          //      nd = new NDLevel2();
527            nd->Clear();
528          memcpy(&nd,&ndclone,sizeof(ndclone));          memcpy(&nd,&ndclone,sizeof(ndclone));
529          //          //
530          // Fill entry in the new tree          // Fill entry in the new tree

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

  ViewVC Help
Powered by ViewVC 1.1.23