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

Legend:

Unmodified
Added
Removed
  • 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.