Skip to content

Commit f78e8e7

Browse files
committed
added useful comment
1 parent 9368423 commit f78e8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fitTools.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class fitTools {
5959

6060
static TF1* fitResponseGraph( TGraphErrors* graph , std::string funcType, std::string funcName, const std::string& option="RQ", float rangeMax=350., float rangeMin=10.);
6161

62-
static TH1D* getBand( TF1* f, const std::string& name );
62+
static TH1D* getBand( TF1* f, const std::string& name ); // the TH1D then needs to be draw with the option "C E3"
6363

6464
static TH1D* getBand(TF1 *f, TMatrixD const& m, std::string name, bool getRelativeBand=false, int npx=100);
6565

0 commit comments

Comments
 (0)