- Timestamp:
- 02/10/05 19:26:37 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6361 r6364 71 71 72 72 * mimage/MHillas.h: 73 - added new Getter GetD eist0 returning the distance to the73 - added new Getter GetDist0 returning the distance to the 74 74 camera center 75 76 * mhflux/MHFalseSource.cc: 77 - the scaling in Paint() was nonsense in case we are looking 78 at on/off-data. Fixed. 75 79 76 80 -
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.