Changeset 1576


Ignore:
Timestamp:
11/04/02 10:41:00 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1574 r1576  
    283283// Print the number of entries in the array
    284284//
    285 void MHArray::Print(Option_t *option="") const
     285void MHArray::Print(Option_t *option) const
    286286{
    287287    *fLog << all << GetDescriptor() << " contains " << fArray->GetSize();
     
    294294// the MH entries by calling their GetHist function.
    295295//
    296 void MHArray::Draw(Option_t *opt="")
     296void MHArray::Draw(Option_t *opt)
    297297{
    298298    if (!gPad)
     
    354354// If the option also contains 'nonew' no new canvas is created.
    355355//
    356 TObject *MHArray::DrawClone(Option_t *opt="") const
     356TObject *MHArray::DrawClone(Option_t *opt) const
    357357{
    358358    TString o(opt);
Note: See TracChangeset for help on using the changeset viewer.