source: trunk/MagicSoft/Mars/manalysis/MPedestalPix.cc@ 701

Last change on this file since 701 was 695, checked in by tbretz, 24 years ago
*** empty log message ***
File size: 813 bytes
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
15ClassImp(MPedestalPix)
16
17MPedestalPix::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.