Changeset 1366 for trunk/WuerzburgSoft/Thomas/mphys
- Timestamp:
- 06/14/02 09:14:49 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WuerzburgSoft/Thomas/mphys/phys.C
r1364 r1366 35 35 Double_t res = MPhoton::Int2(&Ep, k); 36 36 37 return res*1e55; 37 return res*1e55; //65/k[0]; 38 // return MPhoton::Planck(&Ep, &k[1]); 38 39 } 39 40 … … 115 116 void DoIt() 116 117 { 117 Double_t R = 500; // [kpc]118 Double_t startz = MParticle::ZofR(&R);118 Double_t startz = 0.003; //MParticle::ZofR(&R); 119 Double_t R = MParticle::RofZ(&startz); // [kpc] 119 120 120 121 cout << "R = " << R << "kpc" << endl; … … 124 125 MPairProduction pair; 125 126 126 Double_t runtime = 7*60*60; // [s]127 Double_t runtime = 15*60; // [s] 127 128 128 129 Double_t lo = 1e4; … … 155 156 MBinning binspoly2; 156 157 binspolx.SetEdges(16, -180, 180); 157 binspoly1.SetEdges(20, 0, 2e-6);158 binspoly1.SetEdges(20, 0, 5e-6); 158 159 binspoly2.SetEdges(20, 0, 1e-5); 159 160 MH::SetBinning(&angle, &binspolx, &binspoly1); … … 343 344 344 345 if (fabs(e->GetTheta()*3437)<1 && // < 1min 345 e->GetEnergy()>lo && 346 e->GetEnergy()>3e4) 346 e->GetEnergy()>lo) 347 347 continue; 348 348
Note:
See TracChangeset
for help on using the changeset viewer.