/[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.56 by mocchiut, Thu Aug 28 13:43:46 2014 UTC revision 1.57 by mocchiutti, Tue Sep 16 19:47:35 2014 UTC
# Line 319  int ToFCore(UInt_t run, TFile *file, GL_ Line 319  int ToFCore(UInt_t run, TFile *file, GL_
319        if ( verbose ) printf(" Nuclei tracking algorithm branch not found :( !\n");        if ( verbose ) printf(" Nuclei tracking algorithm branch not found :( !\n");
320        printf(" ok, this is not a problem (it depends on tracker settings) \n");        printf(" ok, this is not a problem (it depends on tracker settings) \n");
321        delete tcNucleiTrk;        delete tcNucleiTrk;
322          tcNucleiTrk = NULL; // 10RED reprocessing bug when missing extratracks
323      }      }
324      // Nuclei tracking algorithm using calorimeter points      // Nuclei tracking algorithm using calorimeter points
325      tcExtNucleiTrk =  new TClonesArray("ExtTrack");      tcExtNucleiTrk =  new TClonesArray("ExtTrack");
# Line 330  int ToFCore(UInt_t run, TFile *file, GL_ Line 331  int ToFCore(UInt_t run, TFile *file, GL_
331        if ( verbose ) printf(" Recovered nuclei tracking algorithm branch not found :( !\n");        if ( verbose ) printf(" Recovered nuclei tracking algorithm branch not found :( !\n");
332        printf(" ok, this is not a problem (it depends on tracker settings) \n");        printf(" ok, this is not a problem (it depends on tracker settings) \n");
333        delete tcExtNucleiTrk;        delete tcExtNucleiTrk;
334          tcExtNucleiTrk = NULL; // 10RED reprocessing bug when missing extratracks
335      }      }
336      // Tracking algorithm using calorimeter points      // Tracking algorithm using calorimeter points
337      tcExtTrk =  new TClonesArray("ExtTrack");      tcExtTrk =  new TClonesArray("ExtTrack");
# Line 341  int ToFCore(UInt_t run, TFile *file, GL_ Line 343  int ToFCore(UInt_t run, TFile *file, GL_
343        if ( verbose ) printf(" Recovered track algorithm branch not found :( !\n");        if ( verbose ) printf(" Recovered track algorithm branch not found :( !\n");
344        printf(" ok, this is not a problem (it depends on tracker settings) \n");        printf(" ok, this is not a problem (it depends on tracker settings) \n");
345        delete tcExtTrk;        delete tcExtTrk;
346          tcExtTrk = NULL; // 10RED reprocessing bug when missing extratracks
347      }      }
348    }    }
349    //    //

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

  ViewVC Help
Powered by ViewVC 1.1.23