Ignore:
Timestamp:
03/19/03 12:36:36 (22 years ago)
Author:
rwagner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1832 r1835  
    8989MH3::MH3(const unsigned int dim)
    9090    : fDimension(dim>3?3:dim), fHist(NULL)
    91 {
     91{ 
    9292    switch (fDimension)
    9393    {
     
    596596MParContainer *MH3::New() const
    597597{
     598  cout << "1" <<endl;
    598599    MH3 *h = NULL;
     600  cout << "1a" <<endl;
     601
     602  if (fData[0] == NULL)
     603    {
     604      h=new MH3(fDimension);
     605    }
     606  else
    599607    switch (fDimension)
    600608    {
Note: See TracChangeset for help on using the changeset viewer.