Ignore:
Timestamp:
02/21/13 14:56:09 (12 years ago)
Author:
Jens Buss
Message:
added dynamic startvalue calculation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/pulse.h

    r14814 r14946  
    7777// OPERATIONS
    7878//    double shapeFunc( double* x, double* par);
     79    void    Fit();
     80    void    Fit(
     81            TString fitOptions,
     82            int     type
     83            );
    7984    void    Fit(TString fitName, TString fitOptions, int type );
    8085    void    Fit(TString fitName, TString fitOptions, int type, int fitMin, int fitMax);
     
    120125    double  GetTimeResolution();
    121126    void    SetTimeResolution(double timeResolution);
     127    void    SetVerbosity(int verbLvl);
    122128
    123129// INQUIRY
     
    148154
    149155    TFitResultPtr           mFitResultPtr;
     156
     157    int                     mVerbosityLvl;
    150158};
    151159
Note: See TracChangeset for help on using the changeset viewer.