Ignore:
Timestamp:
04/29/05 13:09:12 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6979 r6986  
    187187{
    188188    // Calculation of Arc Phi etc...
    189     const Float_t thresphi   = fMuonSetup->GetThresholdArcPhi()  /fGeomCam->GetConvMm2Deg();
    190     const Float_t threswidth = fMuonSetup->GetThresholdArcWidth()/fGeomCam->GetConvMm2Deg();
     189    const Float_t thresphi   = fMuonSetup->GetThresholdArcPhi();
     190    const Float_t threswidth = fMuonSetup->GetThresholdArcWidth();
    191191
    192192    Double_t peakphi, arcphi;
Note: See TracChangeset for help on using the changeset viewer.