source: fact/tools/rootmacros/slicecalculation.h@ 13428

Last change on this file since 13428 was 13428, checked in by Jens Buss, 12 years ago
added fit
File size: 851 bytes
Line 
1#ifndef __SLICECALCULATION_H
2#define __SLICECALCULATION_H
3
4Double_t
5MedianOfH1(
6 TH1* h1,
7 int verbosityLevel
8 );
9
10void
11PlotMedianEachSliceOfPulse(
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
19void
20PlotMeanEachSliceOfPulse(
21 TH2* phInputHistogram,
22 TH1* phOutputHistogram ,
23 int fitdata,
24 int verbosityLevel
25 )
26
27void
28FitMaxPropabilityPuls(
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.