Changeset 19762 for trunk/Mars/msim


Ignore:
Timestamp:
10/12/19 15:45:05 (5 years ago)
Author:
tbretz
Message:
Setter for production height.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msim/MPhotonData.h

    r19339 r19762  
    101101    void SetPrimary(MMcEvtBasic::ParticleId_t p) { fPrimary=p; }
    102102    void SetWavelength(Short_t wl) { fWavelength=wl; }
     103    void SetProductionHeight(Float_t h) { fProductionHeight = h; }
    103104
    104105    void AddTime(Double_t dt) { fTime += dt; }
Note: See TracChangeset for help on using the changeset viewer.