Changeset 1571 for trunk/MagicSoft/Mars/manalysis/MCompProbCalc.cc
- Timestamp:
- 10/31/02 11:48:58 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCompProbCalc.cc
r1337 r1571 43 43 44 44 #include "MHCompProb.h" 45 #include "MHadron ess.h"45 #include "MHadronness.h" 46 46 47 47 ClassImp(MCompProbCalc); … … 121 121 } 122 122 123 fHadron ess = (MHadroness*)plist->FindCreateObj("MHadroness");124 if (!fHadron ess)123 fHadronness = (MHadronness*)plist->FindCreateObj("MHadronness"); 124 if (!fHadronness) 125 125 return kFALSE; 126 126 … … 159 159 } 160 160 161 fHadron ess->SetHadroness(pow(p, 1./n));161 fHadronness->SetHadronness(pow(p, 1./n)); 162 162 return kTRUE; 163 163 }
Note:
See TracChangeset
for help on using the changeset viewer.