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/MPairProduction.cc

    r1367 r1370  
    119119    // cout << " {" << f << "," << E << "," << atan(tan1) << "," << atan(-tan2) << "} " << flush;
    120120
    121     MElectron &p0 = *new MElectron(E*(1.-f), gamma->GetZ());
    122     MElectron &p1 = *new MElectron(E*(1.+f), gamma->GetZ());
     121    MElectron &p0 = *new MElectron(E*(1.-f), gamma->GetZ(), kTRUE);
     122    MElectron &p1 = *new MElectron(E*(1.+f), gamma->GetZ(), kFALSE);
    123123    p0 = *gamma; // Set Position and direction
    124124    p1 = *gamma; // Set Position and direction
Note: See TracChangeset for help on using the changeset viewer.