Changeset 6892 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 03/29/05 11:42:03 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCompProbCalc.cc
r2206 r6892 43 43 44 44 #include "MHCompProb.h" 45 #include "M Hadronness.h"45 #include "MParameters.h" 46 46 47 47 ClassImp(MCompProbCalc); … … 123 123 } 124 124 125 fHadronness = (M Hadronness*)plist->FindCreateObj("MHadronness");125 fHadronness = (MParameterD*)plist->FindCreateObj("MParameterD", "MHadronness"); 126 126 if (!fHadronness) 127 127 return kFALSE; … … 161 161 } 162 162 163 fHadronness->Set Hadronness(pow(p, 1./n));163 fHadronness->SetVal(pow(p, 1./n)); 164 164 return kTRUE; 165 165 }
Note:
See TracChangeset
for help on using the changeset viewer.