Ignore:
Timestamp:
08/22/07 12:57:28 (18 years ago)
Author:
msmeyer
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc

    r8686 r8691  
    6565using namespace std;
    6666
    67 const Float_t MHMuonPar::fgIntegralLoLim = 0.8;
    68 const Float_t MHMuonPar::fgIntegralUpLim = 1.2;
     67const Float_t MHMuonPar::fgIntegralLoLim = 0.751;
     68const Float_t MHMuonPar::fgIntegralUpLim = 1.199;
    6969
    7070// --------------------------------------------------------------------------
     
    9797
    9898    fHistBroad.SetName("RingBroadening");
    99     fHistBroad.SetTitle("Profile ArcWidth/Radius vs Radius");
     99    fHistBroad.SetTitle("Profile ArcWidth vs Radius");
    100100    fHistBroad.SetXTitle("R [\\circ]");
    101101    fHistBroad.SetYTitle("W/R [1]");
     
    177177
    178178    fHistBroad.Fill(fMm2Deg*fMuonSearchPar->GetRadius(),
    179                     fMuonCalibPar->GetArcWidth()/(fMm2Deg*fMuonSearchPar->GetRadius()), w);
     179                    fMuonCalibPar->GetArcWidth(), w);
    180180
    181181    fHistSize.Fill(fMm2Deg*fMuonSearchPar->GetRadius(),
Note: See TracChangeset for help on using the changeset viewer.