Ignore:
Timestamp:
12/17/03 17:14:00 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtools/MTFillMatrix.cc

    r2692 r2695  
    146146// at MFEventSelector2 which is used to select the events.
    147147//
     148// FIXME: Make a copy of ref.
     149//
    148150MTFillMatrix::MTFillMatrix(const MH3 &ref)
    149151: fReference(ref), fReader(0), fDestMatrix1(0),
     
    166168        return kFALSE;
    167169    }
    168 
    169     const Bool_t useorigdistrib = fReference.GetHist().GetEntries()==0;
    170170
    171171    *fLog << inf;
     
    174174    *fLog << "Fill " << fDestMatrix2->GetDescriptor() << " with " << fNumDestEvents2 << endl;
    175175        *fLog << "Distribution choosen ";
    176     if (!useorigdistrib)
     176    if (fReference.GetHist().GetEntries()>0)
    177177        *fLog << "from " << fReference.GetDescriptor();
    178178    else
     
    193193    selector.SetNumMax(fNumDestEvents1+fNumDestEvents2);
    194194    selector.SetInverted();
    195     if (useorigdistrib)
    196         selector.SetUseOrigDistribution(kTRUE);
    197195
    198196    //
Note: See TracChangeset for help on using the changeset viewer.