Fork me on GitHub

Changeset 3e2bb2b in git for modules/TreeWriter.cc


Ignore:
Timestamp:
Jun 20, 2016, 4:00:51 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
332025f
Parents:
62d3bc5
Message:

fixed vertex refs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r62d3bc5 r3e2bb2b  
    248248  UInt_t index, ndf;
    249249
     250  CompBase *compare = Candidate::fgCompare;
     251  Candidate::fgCompare = CompSumPT2<Candidate>::Instance();
    250252  array->Sort();
     253  Candidate::fgCompare = compare;
    251254
    252255  // loop over all vertices
     
    291294    entry->ErrorZ = zError;
    292295
     296
    293297    TIter itConstituents(candidate->GetCandidates());
    294 
     298    itConstituents.Reset();
     299    entry->Constituents.Clear();
    295300    while((constituent = static_cast<Candidate*>(itConstituents.Next())))
    296301    {
Note: See TracChangeset for help on using the changeset viewer.