Ignore:
Timestamp:
06/14/02 09:14:49 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WuerzburgSoft/Thomas/mphys/phys.C

    r1364 r1366  
    3535    Double_t res = MPhoton::Int2(&Ep, k);
    3636
    37     return res*1e55;
     37    return res*1e55; //65/k[0];
     38    // return MPhoton::Planck(&Ep, &k[1]);
    3839}
    3940
     
    115116void DoIt()
    116117{
    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]
    119120
    120121    cout << "R = " << R << "kpc" << endl;
     
    124125    MPairProduction pair;
    125126
    126     Double_t runtime = 7*60*60; // [s]
     127    Double_t runtime = 15*60; // [s]
    127128
    128129    Double_t lo = 1e4;
     
    155156    MBinning binspoly2;
    156157    binspolx.SetEdges(16, -180, 180);
    157     binspoly1.SetEdges(20, 0, 2e-6);
     158    binspoly1.SetEdges(20, 0, 5e-6);
    158159    binspoly2.SetEdges(20, 0, 1e-5);
    159160    MH::SetBinning(&angle,    &binspolx, &binspoly1);
     
    343344
    344345                    if (fabs(e->GetTheta()*3437)<1 &&  // < 1min
    345                         e->GetEnergy()>lo          &&
    346                         e->GetEnergy()>3e4)
     346                        e->GetEnergy()>lo)
    347347                        continue;
    348348
Note: See TracChangeset for help on using the changeset viewer.