Fork me on GitHub

Changeset 13331dc in git for modules


Ignore:
Timestamp:
Mar 25, 2021, 10:01:39 AM (3 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
4c9835d, e1e72fd
Parents:
cb80e6f (diff), a3261d7 (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:
Pavel Demin <pavel.demin@…> (03/25/21 10:01:39)
git-committer:
GitHub <noreply@…> (03/25/21 10:01:39)
Message:

Merge pull request #75 from stephensekula/feature/IdentificationMap-set-pid-on-candidate-clones

IdentificationMap: Alter the PID variable of candidate clones rather than the original candidates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/IdentificationMap.cc

    rcb80e6f r13331dc  
    170170      {
    171171        // change PID of particle
     172        candidate = static_cast<Candidate *>(candidate->Clone());
    172173        if(pdgCodeOut != 0) candidate->PID = charge * pdgCodeOut;
    173174        fOutputArray->Add(candidate);
Note: See TracChangeset for help on using the changeset viewer.