Fork me on GitHub

Changes in / [13331dc:cb80e6f] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/IdentificationMap.cc

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