Ignore:
Timestamp:
10/17/06 18:18:40 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfbase/MFEventSelector2.cc

    r6949 r8106  
    11/* ======================================================================== *\
     2! $Name: not supported by cvs2svn $:$Id: MFEventSelector2.cc,v 1.10 2006-10-17 17:15:59 tbretz Exp $
     3! --------------------------------------------------------------------------
    24!
    35! *
     
    285287    // set the nominal distribution equal to the original distribution
    286288
    287     const Bool_t fUseOrigDist = fHistNom->GetHist().GetEntries()==0;
    288     TH1 *hnp =  fUseOrigDist ? (TH1*)(fHistOrig->GetHist()).Clone() :
     289    const Bool_t useorigdist = fHistNom->GetHist().GetEntries()==0;
     290    TH1 *hnp =  useorigdist ? (TH1*)(fHistOrig->GetHist()).Clone() :
    289291                              &fHistNom->GetHist();
    290292
     
    355357    }
    356358
    357     if (fUseOrigDist)
     359    if (useorigdist)
    358360      delete hnp;
    359361}
Note: See TracChangeset for help on using the changeset viewer.