#ifndef __JDETECTOR__JDETECTORID__ #define __JDETECTOR__JDETECTORID__ #include "JLang/JObjectID.hh" /** * \author mdejong */ namespace JDETECTOR {} namespace JPP { using namespace JDETECTOR; } namespace JDETECTOR { /** * Type definition of detector identifier. */ typedef JLANG::JObjectID JDetectorID; } #endif