Ignore:
Timestamp:
08/19/02 08:58:09 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1449 r1507  
    1919    }
    2020
    21         MPhoton(MParticle &p) : MParticle(p, MParticle::kEGamma) { }
    22         MPhoton(MParticle &p, Double_t e) : MParticle(p, e, MParticle::kEGamma) { }
     21    MPhoton(MParticle &p) : MParticle(p, MParticle::kEGamma) { }
     22    MPhoton(MParticle &p, Double_t e) : MParticle(p, e, MParticle::kEGamma) { }
    2323
    2424    void operator=(MParticle &p) { MParticle::operator=(p); }
Note: See TracChangeset for help on using the changeset viewer.