Changeset 1358


Ignore:
Timestamp:
06/12/02 14:46:53 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/WuerzburgSoft/Thomas/mphys
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WuerzburgSoft/Thomas/mphys/MElectron.cc

    r1356 r1358  
    288288}
    289289
    290 #include <iostream.h>
    291 
    292290MPhoton *MElectron::DoInvCompton(Double_t theta)
    293291{
  • trunk/WuerzburgSoft/Thomas/mphys/MPairProduction.cc

    r1357 r1358  
    120120    const Double_t f = sqrt(sqrbetah*sqrbetae)*salpha;
    121121
    122     cout << " {" << f << "," << E << "," << atan(tan1) << "," << atan(-tan2) << "} " << flush;
     122    // cout << " {" << f << "," << E << "," << atan(tan1) << "," << atan(-tan2) << "} " << flush;
    123123
    124124    MElectron &p0 = *new MElectron(E*(1.-f), gamma->GetZ());
  • trunk/WuerzburgSoft/Thomas/mphys/phys.C

    r1357 r1358  
    212212                if (phot.Integral(-log10(Eg)-8, -10.5)==0)
    213213                {
    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);
    219214                    cout << "z" << flush;
    220215                    continue;
    221216                }
    222217
    223                 Double_t Ep = pow(10, phot.GetRandom());
    224 
     218                Double_t Ep    = pow(10, phot.GetRandom());
    225219                Double_t theta = RandomTheta(Eg, Ep);
    226220                if (theta==0)
Note: See TracChangeset for help on using the changeset viewer.