Skip to content

Commit d90525b

Browse files
committed
remove a test only TF1 simple_gaus
1 parent a714749 commit d90525b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

myROOTSCOPE.C

-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ private:
139139

140140

141141
//---------------for fitting 1d histo---------------------//
142-
TF1* simple_gaus; /* only for testing*/
143142
TF1* fTF1_bg_const; /* bg = const */
144143
TF1* fTF1_bg_linear; /* bg = const + linear*x */
145144
TF1* fTF1_gaus_bg; /* y = guas(x) + a*x + c */
@@ -1109,7 +1108,6 @@ void ROOTSCOPE::Initialization() {
11091108

11101109
fBG_const = 0.0;
11111110
fBG_linear = 0.0;
1112-
simple_gaus = new TF1("simple_gaus", "gaus", fXrange_pick1, fXrange_pick2 );
11131111

11141112
fTF1_bg_const = new TF1("background_pol0", "pol0");
11151113
fTF1_bg_linear = new TF1("background_pol1", "pol1");

0 commit comments

Comments
 (0)