Fork me on GitHub

Changes in / [cb80e6f:13331dc] in git


Ignore:
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.