Fork me on GitHub

Changeset 8c3ac78 in git for modules/TreeWriter.cc


Ignore:
Timestamp:
Apr 11, 2018, 6:26:41 PM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
58cfe91, 900ad95
Parents:
a670493 (diff), b1d948c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Michele Selvaggi <michele.selvaggi@…> (04/11/18 18:26:41)
git-committer:
GitHub <noreply@…> (04/11/18 18:26:41)
Message:

Merge pull request #54 from uschnoor/master

CLICdet cards and code additions ready for release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    ra670493 r8c3ac78  
    696696    }
    697697
     698    //--- exclusive clustering variables ---
     699    entry->ExclYmerge23 = candidate->ExclYmerge23;
     700    entry->ExclYmerge34 = candidate->ExclYmerge34;
     701    entry->ExclYmerge45 = candidate->ExclYmerge45;
     702    entry->ExclYmerge56 = candidate->ExclYmerge56;   
     703
     704
    698705    FillParticles(candidate, &entry->Particles);
    699706  }
Note: See TracChangeset for help on using the changeset viewer.