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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCut.h

    r6464 r6874  
    1616    Bool_t  fStoreResult;
    1717    Bool_t  fWriteOnly;
     18    Bool_t  fIsWobble;
    1819
    1920    TString fNameSummary;
     
    4243    void EnableStorageOfResult(Bool_t b=kTRUE)   { fStoreResult  = b; } // See SetNameResult
    4344    void EnableWriteOnly(Bool_t b=kTRUE)         { fWriteOnly    = b; }
     45    void EnableWobbleMode(Bool_t b=kTRUE)        { fIsWobble     = b; }
    4446
    4547    void SetNameSummaryFile(const char *name="");
Note: See TracChangeset for help on using the changeset viewer.