Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/IdentificationMap.cc

    ra3261d7 r341014c  
    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.