/*! \file SDetector constants \version $Id$ */ #ifndef _sdet_SDetectorConstants_h_ #define _sdet_SDetectorConstants_h_ namespace sdet { namespace SDetectorConstants { enum GridIndex { eAny = -1, eStandard = 0, eInfill750 = 1, eInfill433 = 2 }; // size for collections of grid indices const unsigned char kGridIndexSize = 3; } } #endif