Changeset 1358 for trunk/WuerzburgSoft/Thomas/mphys/phys.C
- Timestamp:
- 06/12/02 14:46:53 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WuerzburgSoft/Thomas/mphys/phys.C
r1357 r1358 212 212 if (phot.Integral(-log10(Eg)-8, -10.5)==0) 213 213 { 214 // ???????????????????215 hist.Fill(Eg, Eg*Eg*weight);216 angle.Fill(p->GetPsi()*kRad2Deg, p->GetTheta()*kRad2Deg, weight);217 hista.Fill(p->GetTheta()*kRad2Deg, weight);218 delete listg.Remove(p);219 214 cout << "z" << flush; 220 215 continue; 221 216 } 222 217 223 Double_t Ep = pow(10, phot.GetRandom()); 224 218 Double_t Ep = pow(10, phot.GetRandom()); 225 219 Double_t theta = RandomTheta(Eg, Ep); 226 220 if (theta==0)
Note:
See TracChangeset
for help on using the changeset viewer.