00001 // $Id: CaloCellIDKeyTraits.cpp,v 1.1 2005/12/14 15:13:30 cattanem Exp $ 00002 // ============================================================================ 00003 // Include files 00004 #include "GaudiKernel/GaudiException.h" 00005 // local 00006 #include "Kernel/CaloCellIDKeyTraits.h" 00007 00008 00009 // ============================================================================ 00017 // ============================================================================ 00018 00019 // ============================================================================ 00032 // ============================================================================ 00033 void Containers::errorMakeCaloCellIDKey() 00034 { 00035 throw 00036 GaudiException("No automatic key creation for KEY=LHCb::CaloCellID !", 00037 "KeyedObject<LHCb::CaloCellID>" , StatusCode::FAILURE ); 00038 }; 00039 00040 // ============================================================================ 00041 // The End 00042 // ============================================================================