Fork me on GitHub

Changeset 0983d48 in git for modules/PdgCodeFilter.cc


Ignore:
Timestamp:
Feb 24, 2022, 6:35:26 AM (2 years ago)
Author:
youngkwon jo <cccpy98@…>
Children:
54ec182
Parents:
46b3e01
Message:

add code for keeping the BHadrons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/PdgCodeFilter.cc

    r46b3e01 r0983d48  
    133133        candidate->PT = candidate->PT * 1e-18;
    134134        if (candidate->PT ==0) candidate->PT = 1e-18;
    135         candidate->Momentum.SetPtEtaPhiM(candidate->PT, candidate->Momentum.Eta(), candidate->Phi, candidate->Momentum.M());
     135        candidate->Momentum.SetPtEtaPhiM(candidate->PT, candidate->Momentum.Eta(), candidate->Momentum.Phi(), candidate->Momentum.M());
    136136        fOutputArray->Add(candidate);
    137137        continue;
Note: See TracChangeset for help on using the changeset viewer.