Ignore:
Timestamp:
11/21/05 11:09:12 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6890 r7413  
    209209    const MParameterD &had = par ? *(MParameterD*)par : *fHadronness;
    210210
    211     const Double_t h = had.GetVal();
     211    const Double_t h = TMath::Min(TMath::Max(had.GetVal(), 0.), 1.);
    212212
    213213    if (TMath::IsNaN(h))
Note: See TracChangeset for help on using the changeset viewer.