Rev 30 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 30 | Rev 34 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | #include "TF1.h" |
9 | #include "TF1.h" |
10 | #include "TGraph.h" |
10 | #include "TGraph.h" |
11 | #include "TSpectrum.h" |
11 | #include "TSpectrum.h" |
12 | #include "stdio.h" |
12 | #include "stdio.h" |
13 | 13 | ||
14 | #include "RTUtil.h" |
14 | #include "include/RTUtil.h" |
15 | 15 | ||
16 | double getNoise(TH2F*, int, int); |
16 | double getNoise(TH2F*, int, int); |
17 | 17 | ||
18 | int plotThreshold(char filename[256] = "test", char plopt[256]="th", int chXstart=0, int chXend=7, int chYstart=0, int chYend=7, bool debug = false) |
18 | int plotThreshold(char filename[256] = "test", char plopt[256]="th", int chXstart=0, int chXend=7, int chYstart=0, int chYend=7, bool debug = false) |
19 | { |
19 | { |