#pragma implementation
#include "hshowerhitIPU.h"
ClassImp(HShowerHitIPU)
Int_t HShowerHitIPU::calcAddress(void)
{
Char_t s = (m_nSector) ? m_nSector : 6;
Int_t nAddress;
nAddress = 100000 * s;
nAddress += 100 * m_nRow;
nAddress += m_nCol;
return nAddress;
}
Last change: Sat May 22 13:13:45 2010
Last generated: 2010-05-22 13:13
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.