Changeset 6894 for trunk


Ignore:
Timestamp:
03/29/05 11:43:55 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6893 r6894  
    107107     - removed comments from SetVariables
    108108     - replaced GetExpFormula by GetTitle
     109
     110   * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
     111     - MHadronness removed
    109112
    110113
  • trunk/MagicSoft/Mars/mdata/MDataFormula.cc

    r3666 r6894  
    267267        return "<empty>";
    268268
    269     TString rule = fFormula->GetExpFormula();
     269    TString rule = fFormula->GetTitle(); //fFormula->GetExpFormula();
    270270
    271271    MData *member = NULL;
     
    311311    return str;
    312312}
    313 
     313*/
    314314void MDataFormula::SetVariables(const TArrayD &arr)
    315315{
    316316    fMembers.ForEach(MData, SetVariables)(arr);
    317317}
    318 */
     318
Note: See TracChangeset for help on using the changeset viewer.