Changeset 1835 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 03/19/03 12:36:36 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH3.cc
r1832 r1835 89 89 MH3::MH3(const unsigned int dim) 90 90 : fDimension(dim>3?3:dim), fHist(NULL) 91 { 91 { 92 92 switch (fDimension) 93 93 { … … 596 596 MParContainer *MH3::New() const 597 597 { 598 cout << "1" <<endl; 598 599 MH3 *h = NULL; 600 cout << "1a" <<endl; 601 602 if (fData[0] == NULL) 603 { 604 h=new MH3(fDimension); 605 } 606 else 599 607 switch (fDimension) 600 608 {
Note:
See TracChangeset
for help on using the changeset viewer.