Ignore:
Timestamp:
12/03/07 17:46:31 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7176 r8776  
    1919!   Author(s): Markus Meyer 10/2004 <mailto:meyer@astro.uni-wuerzburg.de>
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2005
     21!   Copyright: MAGIC Software Development, 2000-2007
    2222!
    2323!
     
    3434// these information by using the MMuonCalibParCalc. See also these class
    3535// manuals.
     36//
     37// Class Version 2:
     38// ----------------
     39//   + Float_t fRelTimeMean;   // Result of the gaus fit to the arrival time
     40//   + Float_t fRelTimeSigma;  // Result of the gaus fit to the arrival time
    3641//
    3742/////////////////////////////////////////////////////////////////////////////
     
    6974//    fEstImpact   = -1.;
    7075    fPeakPhi     =  0.;
     76
     77    fRelTimeMean    =  0;
     78    fRelTimeSigma   = -1;
    7179}
    7280
     
    8189    *fLog << " - Size of muon   [phe] = " << fMuonSize    << endl;
    8290    *fLog << " - Peak Phi       [deg] = " << fPeakPhi     << endl;
     91    *fLog << " - Rel.Time Mean   [ns] = " << fRelTimeMean  << endl;
     92    *fLog << " - Rel.Time Sigma  [ns] = " << fRelTimeSigma << endl;
    8393}
    8494
Note: See TracChangeset for help on using the changeset viewer.