Ignore:
Timestamp:
03/02/01 13:43:09 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdatacheck/MShowSpect.cc

    r666 r667  
    1616ClassImp(MShowSpect)
    1717
    18 MShowSpect::MShowSpect(char *nameHist )
    19 {
    20   // default constructor
     18MShowSpect::MShowSpect(const char *nameHist, const char *name, const char *title)
     19{
     20    //
     21    // default constructor
     22    //
    2123
    22   sprintf (fHistName, "%s", nameHist ) ;
     24    *fName  = name ? name : ClassName();
     25    *fTitle = title ? title : "Task to ??? (Harald?)";
     26
     27    strcpy( fHistName, nameHist ) ;
    2328}
    2429
     
    5358}
    5459
    55 
    56 
    57 
    58 
    59 
    60 
    61 
    62 
    63 
Note: See TracChangeset for help on using the changeset viewer.