Ignore:
Timestamp:
06/12/02 09:35:01 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WuerzburgSoft/Thomas/mphys/MPhoton.h

    r1352 r1356  
    1717    void operator=(MParticle &p) { MParticle::operator=(p); }
    1818
     19    // ----------------------------------------------------------------
     20
    1921    static Double_t Planck(Double_t *x, Double_t *k=NULL);
    2022    static Double_t Sigma_gg(Double_t *x, Double_t *k=NULL);
     
    2628    Double_t GetInteractionLength() const;
    2729
     30    // ----------------------------------------------------------------
     31
     32    static void DrawInteractionLength(Double_t z);
     33    void DrawInteractionLength() const;
     34
    2835    ClassDef(MPhoton, 1)
    2936};
Note: See TracChangeset for help on using the changeset viewer.