| Line | |
|---|
| 1 | #ifndef MARS_MHPedestalPix
|
|---|
| 2 | #define MARS_MHPedestalPix
|
|---|
| 3 |
|
|---|
| 4 | #ifndef MARS_MHCalibrationPix
|
|---|
| 5 | #include "MHCalibrationPix.h"
|
|---|
| 6 | #endif
|
|---|
| 7 |
|
|---|
| 8 | class MHPedestalPix : public MHCalibrationPix
|
|---|
| 9 | {
|
|---|
| 10 | public:
|
|---|
| 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.