Ignore:
Timestamp:
07/10/01 14:41:15 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHMcEnergy.cc

    r861 r863  
    2727//  MHMcEnergy
    2828//
    29 // This class holds the information ( histogram and fit function ) 
     29// This class holds the information (histogram and fit function)
    3030// about the energy threshold for a particular trigger condition.
    3131//
     
    135135// Set the number of bins in the histogran.
    136136//
    137 void MHMcEnergy::SetBins(Int_t nbins)
     137void MHMcEnergy::SetNumBins(Int_t nbins)
    138138{
    139   hLogEner->SetBins(nbins,0.5,4.5);
     139    hLogEner->SetBins(nbins, 0.5, 4.5);
    140140}
    141141// --------------------------------------------------------------------------
     
    191191}
    192192
    193 
    194 
    195 
Note: See TracChangeset for help on using the changeset viewer.