Changeset 667 for trunk/MagicSoft/Mars/mdatacheck/MShowSpect.cc
- Timestamp:
- 03/02/01 13:43:09 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdatacheck/MShowSpect.cc
r666 r667 16 16 ClassImp(MShowSpect) 17 17 18 MShowSpect::MShowSpect(char *nameHist ) 19 { 20 // default constructor 18 MShowSpect::MShowSpect(const char *nameHist, const char *name, const char *title) 19 { 20 // 21 // default constructor 22 // 21 23 22 sprintf (fHistName, "%s", nameHist ) ; 24 *fName = name ? name : ClassName(); 25 *fTitle = title ? title : "Task to ??? (Harald?)"; 26 27 strcpy( fHistName, nameHist ) ; 23 28 } 24 29 … … 53 58 } 54 59 55 56 57 58 59 60 61 62 63
Note:
See TracChangeset
for help on using the changeset viewer.