CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/OnlineDB/EcalCondDB/interface/EcalCommon.h

Go to the documentation of this file.
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