52 Warning(
"GetPedestal",
"index out of bounds (%d)",i);
70 Warning(
"GetSigmaNoise",
"index out of bounds (%d)",i);
76 if(i>=0 && i<NALL && j>=0 && j<
NADC) {
79 Warning(
"GetData",
"index out of matix boundd (%d,%d)",i,j);
85 if(i>=0 && i<NALL && j>=0 && j<
NADC) {
86 if(
map(i,j) == -1)
return -1000.0;
89 Warning(
"GetData",
"index out of matix boundd (%d,%d)",i,j);
95 if(i>=0 && i<NALL && j>=0 && j<
NADC) {
98 Warning(
"SetRawData",
"index out of matix boundd (%d,%d)",i,j);
103 if(i>=0 && i<NALL && j>=0 && j<
NADC) {
106 Warning(
"SetData",
"index out of matix boundd (%d,%d)",i,j);
113 if ( ( row >= 0 ) && (row < m->
map.GetNrows() )
114 && (col >= 0 ) && (col < m->
map.GetNcols())) {
120 std::cout <<
"---DccMap--- Bad Row Col " << row <<
" " << col << std::endl;
126 std::cout <<
"---DccMap--- : fEmptyCell " <<
fEmptyCell << std::endl;
void SetSigma(Double_t sigma)
set sigmas
void SetPedestal(Double_t ped)
Double_t GetRawData(Int_t i, Int_t j)
HarpoPedestal * fPedestal
void FillIf(HarpoDccMap *m, Int_t row, Int_t col, UShort_t word)
Fill map only if index in map range (0..nRaws-1) (0..nCols-1)
Double_t GetData(Int_t i, Int_t j)
Set/Get Data Cell.
void SetData(Int_t i, Int_t j, Double_t val)
void SetSigmaNoise(Double_t val)
void SetMean(Double_t mean)
set means
Double_t GetPedestal(Int_t i)
Double_t GetPed(UInt_t chan)
! Get Channel Pedestal Mean Value
unpacked dcc data The class contains the data map for DCC or Feminos The data is stored as a 2D TMatr...
Double_t GetSigma(UInt_t chan)
! Get Channael Pedestal Sigma Value
Double_t GetSigmaNoise(Int_t i)
Double_t fEmptyCell
Not store pedestal object.
void SetEmptyCell(Double_t val)
Empy Cell value , default -1.0.
void SetRawData(Int_t i, Int_t j, Double_t val)