00001 #ifndef ECALCOMMON_HH 00002 #define ECALCOMMON_HH 00003 00004 #include <stdexcept> 00005 00009 class EcalCommon { 00010 00011 /******************\ 00012 - public methods - 00013 \******************/ 00014 00015 public: 00016 00020 static int crystalToTriggerTower( int xtal ) 00021 throw(std::runtime_error); 00022 00023 }; 00024 00025 #endif