28 fPatchSize(patchsize),
41 for(UChar_t icol = 0; icol <
fPatchSize; icol++){
42 for(UChar_t irow = 0; irow <
fPatchSize; irow++){
50 TObject::operator=(ref);
54 for(UChar_t icol = 0; icol < ref.
fPatchSize; icol++){
55 for(UChar_t irow = 0; irow < ref.
fPatchSize; irow++){
88 for(
unsigned int icol = 0; icol <
fPatchSize; icol++){
89 for(
unsigned int irow = 0; irow <
fPatchSize; irow++){
100 Int_t maxadc(0), tmpadc(0);
101 for(
unsigned int icol = 0; icol <
fPatchSize; icol++){
102 for(
unsigned int irow = 0; irow <
fPatchSize; irow++){
108 if(tmpadc > maxadc) maxadc = tmpadc;
115 Int_t ncontrib(0), tmpadc(0);
116 for(
unsigned int icol = 0; icol <
fPatchSize; icol++){
117 for(
unsigned int irow = 0; irow <
fPatchSize; irow++){
123 if(tmpadc) ncontrib++;
AliEMCALTriggerDataGrid< Int_t > fADCValues
underlying container with ADC data
AliEMCALTriggerPatchADCInfoAP & operator=(const AliEMCALTriggerPatchADCInfoAP &ref)
void SetADC(Int_t adc, UChar_t col, UChar_t row)
Int_t GetADC(UChar_t col, UChar_t row) const
AliEMCALTriggerPatchADCInfoAP()
Int_t GetNFastorsContrib() const
UChar_t fPatchSize
Size of the patch.
void SetPatchSize(UChar_t patchsize)