Line | |
---|
1 | /////////////////////////////////////////////////////////////////////////////
|
---|
2 | // //
|
---|
3 | // MPedestalPix //
|
---|
4 | // //
|
---|
5 | // This is the storage container to hold informations about the pedestal //
|
---|
6 | // (offset) value of one Pixel (PMT). //
|
---|
7 | // //
|
---|
8 | /////////////////////////////////////////////////////////////////////////////
|
---|
9 | #include "MPedestalPix.h"
|
---|
10 |
|
---|
11 | //#include <fstream.h>
|
---|
12 |
|
---|
13 | #include "MLog.h"
|
---|
14 |
|
---|
15 | ClassImp(MPedestalPix)
|
---|
16 |
|
---|
17 | MPedestalPix::MPedestalPix()
|
---|
18 | : fMean(0.0), fSigma(0.0), fMeanRms(0.0), fSigmaRms(0.0)
|
---|
19 | {
|
---|
20 | }
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.