#ifndef __JDAQ__ #define __JDAQ__ namespace KM3NETDAQ { static const int NUMBER_OF_PMTS_TOP = 12; static const int NUMBER_OF_PMTS_BOTTOM = 19; static const int NUMBER_OF_PMTS = NUMBER_OF_PMTS_TOP + NUMBER_OF_PMTS_BOTTOM; static const char OCTOPUS_ADDRESS_TOP = 0x3; static const char OCTOPUS_ADDRESS_BOTTOM = 0x7; } #endif