00001 #include "UTIL/CellIDDecoder.h" 00002 00003 namespace UTIL{ 00004 00005 template <> 00006 std::string* CellIDDecoder<SimTrackerHit>::_defaultEncoding 00007 = new std::string("byte0:8,byte1:8,byte2:8,byte3:8") ; 00008 00009 }