Ignore:
Timestamp:
02/10/05 19:26:37 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHFalseSource.cc

    r6031 r6364  
    606606                fHistOff->ProjectionZ("AlphaOff_z", maxx, maxx, maxy, maxy);
    607607
    608                 const Int_t f = h0->GetXaxis()->FindFixBin(fBgMean-fAlphaCut/2);
    609                 const Int_t l = h0->GetXaxis()->FindFixBin(fAlphaCut)+f-1;
     608                const Int_t f = h0->GetXaxis()->FindFixBin(fBgMean-1.5*fAlphaCut);
     609                const Int_t l = h0->GetXaxis()->FindFixBin(fAlphaCut*3)+f-1;
    610610                h0->Scale(h1->Integral(f, l)/h0->Integral(f, l));
    611611                //h0->Scale(h1->GetEntries()/h0->GetEntries());
Note: See TracChangeset for help on using the changeset viewer.