Changeset 6894
- Timestamp:
- 03/29/05 11:43:55 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6893 r6894 107 107 - removed comments from SetVariables 108 108 - replaced GetExpFormula by GetTitle 109 110 * manalysis/AnalysisLinkDef.h, manalysis/Makefile: 111 - MHadronness removed 109 112 110 113 -
trunk/MagicSoft/Mars/mdata/MDataFormula.cc
r3666 r6894 267 267 return "<empty>"; 268 268 269 TString rule = fFormula->Get ExpFormula();269 TString rule = fFormula->GetTitle(); //fFormula->GetExpFormula(); 270 270 271 271 MData *member = NULL; … … 311 311 return str; 312 312 } 313 313 */ 314 314 void MDataFormula::SetVariables(const TArrayD &arr) 315 315 { 316 316 fMembers.ForEach(MData, SetVariables)(arr); 317 317 } 318 */ 318
Note:
See TracChangeset
for help on using the changeset viewer.