Changeset 863


Ignore:
Timestamp:
07/10/01 14:41:15 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r860 r863  
    11                                                                  -*-*- END -*-*-
     2
     3 2001/07/10: Thomas Bretz
     4
     5   * mhist/MHMcEnergy.h:
     6     - renamed SetBins to SetNumBins
     7     
     8   * mmontecarlo/MMcThresholdCalc.cc:
     9     - changed style of comments
     10
     11
    212
    313 2001/07/09: Thomas Bretz
  • 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 
  • trunk/MagicSoft/Mars/mhist/MHMcEnergy.h

    r861 r863  
    3232    void Fill(Float_t log10E, Float_t w);
    3333    void Fit(Axis_t xxmin, Axis_t xxmax);
    34     void SetBins(Int_t nbins = 100);
     34    void SetNumBins(Int_t nbins = 100);
    3535
    3636    void Draw(Option_t* option = "");
Note: See TracChangeset for help on using the changeset viewer.