/[PAMELA software]/DarthVader/ToFLevel2/src/ToFCore.cpp
ViewVC logotype

Diff of /DarthVader/ToFLevel2/src/ToFCore.cpp

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

revision 1.55 by mocchiut, Thu Aug 28 08:06:50 2014 UTC revision 1.56 by mocchiut, Thu Aug 28 13:43:46 2014 UTC
# Line 503  int ToFCore(UInt_t run, TFile *file, GL_ Line 503  int ToFCore(UInt_t run, TFile *file, GL_
503          //          //
504          // copy tofclone to tof          // copy tofclone to tof
505          //          //
         tof->Clear();  
         //      if ( !l1only ) memcpy(&tof,&tofclone,sizeof(tofclone));  
506          memcpy(&tof,&tofclone,sizeof(tofclone));          memcpy(&tof,&tofclone,sizeof(tofclone));
507          //          //
508          // Fill entry in the new tree          // Fill entry in the new tree
509          //          //
510          toft->Fill();          toft->Fill();
511          //          //
512        };        }
513        if ( verbose ) printf(" Finished successful copying!\n");        if ( verbose ) printf(" Finished successful copying!\n");
514      };                }        
515    };    }
516    //    //
517    // Get the list of run to be processed, if only one run has to be processed the list will contain one entry only.    // Get the list of run to be processed, if only one run has to be processed the list will contain one entry only.
518    //    //
# Line 1519  int ToFCore(UInt_t run, TFile *file, GL_ Line 1517  int ToFCore(UInt_t run, TFile *file, GL_
1517          //          //
1518          // copy tofclone to tof          // copy tofclone to tof
1519          //          //
         tof->Clear();  
1520          memcpy(&tof,&tofclone,sizeof(tofclone));// EM reprocessing bug fixed          memcpy(&tof,&tofclone,sizeof(tofclone));// EM reprocessing bug fixed
1521          //          //
1522          // Fill entry in the new tree          // Fill entry in the new tree

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

  ViewVC Help
Powered by ViewVC 1.1.23