Ignore:
Timestamp:
10/24/01 14:51:21 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
4 edited

Legend:

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

    r970 r986  
    209209// Write the threshold and its error in the standard output
    210210//
    211 void MHMcEnergy::Print(Option_t*)
     211void MHMcEnergy::Print(Option_t*) const
    212212{
    213213    cout << "Threshold: " << fThreshold << " +- " << fThresholdErr << endl;
  • trunk/MagicSoft/Mars/mhist/MHMcEnergy.h

    r970 r986  
    5050    void Draw(Option_t* option = "");
    5151    TObject *DrawClone(Option_t* option = "") const;
    52     void Print(Option_t* option = NULL);
     52    void Print(Option_t* option = NULL) const;
    5353
    5454    ClassDef(MHMcEnergy, 1)  // Histogram container for montecarlo energy threshold
  • trunk/MagicSoft/Mars/mhist/MHMcRate.cc

    r970 r986  
    194194//  print the trigger rate
    195195//
    196 void MHMcRate::Print(Option_t *)
     196void MHMcRate::Print(Option_t *) const
    197197{
    198198    *fLog << "Incident rate " << fShowerRate << " Hz " << endl;
  • trunk/MagicSoft/Mars/mhist/MHMcRate.h

    r970 r986  
    5555    void CalcRate(Float_t trig, Float_t anal, Float_t simu);
    5656
    57     void Print(Option_t *o=NULL);
     57    void Print(Option_t *o=NULL) const;
    5858
    5959    void Draw(Option_t *o=NULL);
Note: See TracChangeset for help on using the changeset viewer.