#pragma implementation
#include "hshowercalIPU.h"
ClassImp(HShowerCalIPU)
Int_t HShowerCalIPU::calcAddress(void)
{
Int_t nAddress;
Char_t s = (m_nSector) ? m_nSector : 6;
nAddress = 100000 * s;
nAddress += 10000 * m_nModule;
nAddress += 100 * m_nRow;
nAddress += m_nCol;
return nAddress;
}
Last change: Sat May 22 13:13:14 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.