Changeset 1357 for trunk/WuerzburgSoft/Thomas/mphys/MParticle.cc
- Timestamp:
- 06/12/02 14:34:27 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WuerzburgSoft/Thomas/mphys/MParticle.cc
r1356 r1357 24 24 ************************ 25 25 */ 26 #include <iostream.h> 27 #include <iomanip.h> 26 28 27 29 Double_t MParticle::ZofR(Double_t *x, Double_t *k) … … 65 67 // set the name and title of this object 66 68 // 67 68 fName = name ? name : "MParticle"; 69 fTitle = title ? title : "Container for a particle"; 69 70 /* 71 fName = name ? name : "MParticle"; 72 fTitle = title ? title : "Container for a particle"; 73 */ 70 74 } 71 75 … … 104 108 fTheta = fabs(fTheta-TMath::Pi()); 105 109 } 106 107 #include <iostream.h>108 #include <iomanip.h>109 110 110 111 Bool_t MParticle::SetNewPosition(Double_t dr)
Note:
See TracChangeset
for help on using the changeset viewer.