source: trunk/MagicSoft/Mars/mhcalib/MHPedestalPix.h@ 8264

Last change on this file since 8264 was 6329, checked in by gaug, 20 years ago
*** empty log message ***
File size: 650 bytes
Line 
1#ifndef MARS_MHPedestalPix
2#define MARS_MHPedestalPix
3
4#ifndef MARS_MHCalibrationPix
5#include "MHCalibrationPix.h"
6#endif
7
8class MHPedestalPix : public MHCalibrationPix
9{
10public:
11
12 MHPedestalPix(const char* name=NULL, const char* title=NULL);
13
14 // Fits
15 Bool_t FitDoubleGaus( const Double_t xmin=0.,
16 const Double_t xmax=0.,
17 Option_t *option="RQ0");
18 Bool_t FitTripleGaus( const Double_t xmin=0.,
19 const Double_t xmax=0.,
20 Option_t *option="RQ0");
21
22 ClassDef(MHPedestalPix, 1) // Base class for histogrammed pedestal events
23};
24
25#endif
Note: See TracBrowser for help on using the repository browser.