Changeset 6364 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 02/10/05 19:26:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHFalseSource.cc
r6031 r6364 606 606 fHistOff->ProjectionZ("AlphaOff_z", maxx, maxx, maxy, maxy); 607 607 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; 610 610 h0->Scale(h1->Integral(f, l)/h0->Integral(f, l)); 611 611 //h0->Scale(h1->GetEntries()/h0->GetEntries());
Note:
See TracChangeset
for help on using the changeset viewer.