| Line | |
|---|
| 1 | #ifndef __SLICECALCULATION_H
|
|---|
| 2 | #define __SLICECALCULATION_H
|
|---|
| 3 |
|
|---|
| 4 | Double_t
|
|---|
| 5 | MedianOfH1(
|
|---|
| 6 | TH1* h1,
|
|---|
| 7 | int verbosityLevel
|
|---|
| 8 | );
|
|---|
| 9 |
|
|---|
| 10 | void
|
|---|
| 11 | PlotMedianEachSliceOfPulse(
|
|---|
| 12 | TH2* phInputHistogram,
|
|---|
| 13 | TH1* phOutputHistogram,
|
|---|
| 14 | int fitdata,
|
|---|
| 15 | int verbosityLevel
|
|---|
| 16 | );
|
|---|
| 17 |
|
|---|
| 18 | //compute the mean for each slice of a given TH2 histogram
|
|---|
| 19 | void
|
|---|
| 20 | PlotMeanEachSliceOfPulse(
|
|---|
| 21 | TH2* phInputHistogram,
|
|---|
| 22 | TH1* phOutputHistogram ,
|
|---|
| 23 | int fitdata,
|
|---|
| 24 | int verbosityLevel
|
|---|
| 25 | )
|
|---|
| 26 |
|
|---|
| 27 | void
|
|---|
| 28 | FitMaxPropabilityPuls(
|
|---|
| 29 | TH1* phInputHistogram,
|
|---|
| 30 | float left_border=-50,
|
|---|
| 31 | float right_border=250,
|
|---|
| 32 | int verbosityLevel
|
|---|
| 33 | )
|
|---|
| 34 |
|
|---|
| 35 | #endif // SLICECALCULATION_H
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.