Changeset 1370 for trunk/WuerzburgSoft/Thomas/mphys/MPairProduction.cc
- Timestamp:
- 06/19/02 12:09:25 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WuerzburgSoft/Thomas/mphys/MPairProduction.cc
r1367 r1370 119 119 // cout << " {" << f << "," << E << "," << atan(tan1) << "," << atan(-tan2) << "} " << flush; 120 120 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); 123 123 p0 = *gamma; // Set Position and direction 124 124 p1 = *gamma; // Set Position and direction
Note:
See TracChangeset
for help on using the changeset viewer.