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

Legend:

Unmodified
Added
Removed
  • trunk/WuerzburgSoft/Thomas/mphys/MParticle.cc

    r1369 r1370  
    107107}
    108108
     109void MParticle::InitRandom()
     110{
     111    TRandom rnd(0);
     112    fPhi = rnd.Uniform(TMath::Pi()*2);
     113    fPsi = rnd.Uniform(TMath::Pi()*2);
     114}
     115
    109116void MParticle::SetNewDirection(Double_t theta, Double_t phi)
    110117{
Note: See TracChangeset for help on using the changeset viewer.