Changeset 14946 for fact/tools/rootmacros/PulseTemplates/pulse.h
- Timestamp:
- 02/21/13 14:56:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/pulse.h
r14814 r14946 77 77 // OPERATIONS 78 78 // double shapeFunc( double* x, double* par); 79 void Fit(); 80 void Fit( 81 TString fitOptions, 82 int type 83 ); 79 84 void Fit(TString fitName, TString fitOptions, int type ); 80 85 void Fit(TString fitName, TString fitOptions, int type, int fitMin, int fitMax); … … 120 125 double GetTimeResolution(); 121 126 void SetTimeResolution(double timeResolution); 127 void SetVerbosity(int verbLvl); 122 128 123 129 // INQUIRY … … 148 154 149 155 TFitResultPtr mFitResultPtr; 156 157 int mVerbosityLvl; 150 158 }; 151 159
Note:
See TracChangeset
for help on using the changeset viewer.