Fork me on GitHub

Ignore:
Timestamp:
Jul 8, 2013, 10:41:08 PM (11 years ago)
Author:
Pavel Demin
Message:

use mass from input file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/readers/DelphesCMSFWLite.cpp

    r1189 r1190  
    9191    pdgParticle = pdg->GetParticle(pid);
    9292    candidate->Charge = pdgParticle ? Int_t(pdgParticle->Charge()/3.0) : -999;
    93     candidate->Mass = pdgParticle ? pdgParticle->Mass() : -999.9;
     93    candidate->Mass = mass;
    9494
    9595    candidate->Momentum.SetPxPyPzE(px, py, pz, e);
Note: See TracChangeset for help on using the changeset viewer.