unpacked dcc data The class contains the data map for DCC or Feminos The data is stored as a 2D TMatrixD More...
#include <HarpoDccMap.h>
Public Member Functions | |
HarpoDccMap () | |
virtual | ~HarpoDccMap () |
void | SetEmptyCell (Double_t val) |
Empy Cell value , default -1.0. More... | |
Double_t | GetEmptyCell () |
void | SetPedestal (Double_t ped) |
Double_t | GetPedestal (Int_t i) |
void | SetSigmaNoise (Double_t val) |
Double_t | GetSigmaNoise (Int_t i) |
virtual void | print () |
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) More... | |
Double_t | GetData (Int_t i, Int_t j) |
Set/Get Data Cell. More... | |
void | SetData (Int_t i, Int_t j, Double_t val) |
Double_t | GetRawData (Int_t i, Int_t j) |
void | SetRawData (Int_t i, Int_t j, Double_t val) |
void | SetPedestals (HarpoPedestal *obj) |
Ste/Get Pedstal object. More... | |
HarpoPedestal * | GetPedestals () |
Private Attributes | |
AdcMap | map |
HarpoPedestal * | fPedestal |
Double_t | fEmptyCell |
Not store pedestal object. More... | |
unpacked dcc data The class contains the data map for DCC or Feminos The data is stored as a 2D TMatrixD
Definition at line 29 of file HarpoDccMap.h.
HarpoDccMap::HarpoDccMap | ( | ) |
|
inlinevirtual |
Definition at line 34 of file HarpoDccMap.h.
void HarpoDccMap::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)
Definition at line 110 of file HarpoDccMap.cxx.
Double_t HarpoDccMap::GetData | ( | Int_t | i, |
Int_t | j | ||
) |
Set/Get Data Cell.
Definition at line 84 of file HarpoDccMap.cxx.
|
inline |
Definition at line 40 of file HarpoDccMap.h.
Double_t HarpoDccMap::GetPedestal | ( | Int_t | i | ) |
|
inline |
Double_t HarpoDccMap::GetRawData | ( | Int_t | i, |
Int_t | j | ||
) |
Double_t HarpoDccMap::GetSigmaNoise | ( | Int_t | i | ) |
Definition at line 68 of file HarpoDccMap.cxx.
|
virtual |
void HarpoDccMap::SetData | ( | Int_t | i, |
Int_t | j, | ||
Double_t | val | ||
) |
Definition at line 102 of file HarpoDccMap.cxx.
void HarpoDccMap::SetEmptyCell | ( | Double_t | val | ) |
Empy Cell value , default -1.0.
Definition at line 27 of file HarpoDccMap.cxx.
void HarpoDccMap::SetPedestal | ( | Double_t | ped | ) |
|
inline |
Ste/Get Pedstal object.
Definition at line 67 of file HarpoDccMap.h.
void HarpoDccMap::SetRawData | ( | Int_t | i, |
Int_t | j, | ||
Double_t | val | ||
) |
void HarpoDccMap::SetSigmaNoise | ( | Double_t | val | ) |
|
private |
Not store pedestal object.
Definition at line 75 of file HarpoDccMap.h.
|
private |
Definition at line 73 of file HarpoDccMap.h.
|
private |
Definition at line 71 of file HarpoDccMap.h.