Changeset 14915 for trunk


Ignore:
Timestamp:
02/13/13 10:48:37 (12 years ago)
Author:
tbretz
Message:
Reverting to last revision.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mmuon/MMuonSearchParCalc.h

    r14896 r14915  
    1919    MMuonSearchPar *fMuonPar;     //! Pointer to the output container for the new image parameters
    2020
    21     Bool_t fUseFactAlgorithm;
    22 
    2321    Int_t PreProcess(MParList *plist);
    2422    Int_t Process();
     
    2725    MMuonSearchParCalc(const char *name=NULL, const char *title=NULL);
    2826
    29     void SetUseFactAlgorithm(Bool_t b=kTRUE) { fUseFactAlgorithm = kTRUE; }
    30 
    3127    ClassDef(MMuonSearchParCalc, 0) // task to calculate muon parameters
    3228};
Note: See TracChangeset for help on using the changeset viewer.