Ignore:
Timestamp:
03/29/05 11:42:03 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCompProbCalc.cc

    r2206 r6892  
    4343
    4444#include "MHCompProb.h"
    45 #include "MHadronness.h"
     45#include "MParameters.h"
    4646
    4747ClassImp(MCompProbCalc);
     
    123123    }
    124124
    125     fHadronness = (MHadronness*)plist->FindCreateObj("MHadronness");
     125    fHadronness = (MParameterD*)plist->FindCreateObj("MParameterD", "MHadronness");
    126126    if (!fHadronness)
    127127        return kFALSE;
     
    161161    }
    162162
    163     fHadronness->SetHadronness(pow(p, 1./n));
     163    fHadronness->SetVal(pow(p, 1./n));
    164164    return kTRUE;
    165165}
Note: See TracChangeset for help on using the changeset viewer.