Ignore:
Timestamp:
06/10/05 13:10:09 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHVsSize.cc

    r6961 r7142  
    9999    binsl.SetEdges(   100,    0, 296.7/2);
    100100    binsd.SetEdges(   100,    0, 600);
    101     binsc.SetEdgesLog(100, 1e-5, 5e-3);
     101    binsc.SetEdgesLog(100, 3e-3, 1);
    102102    binsa.SetEdges(   100,    0, 445*45);
    103103    binsm.SetEdges(   100, -445, 445);
     
    269269    fWidth.Fill( fHillas->GetSize(), scale*fHillas->GetWidth(),      w);
    270270    fDist.Fill(  fHillas->GetSize(), scale*src->GetDist(),           w);
    271     fConc1.Fill( fHillas->GetSize(), scale*fNewImagePar->GetConc1(), w);
     271    fConc1.Fill( fHillas->GetSize(), fNewImagePar->GetConc1(),      w);
    272272    fArea.Fill(  fHillas->GetSize(), scale*scale*fHillas->GetArea(), w);
    273273    fM3Long.Fill(fHillas->GetSize(), scale*fHillasExt->GetM3Long()*TMath::Sign(1.0f, src->GetCosDeltaAlpha()), w);
Note: See TracChangeset for help on using the changeset viewer.