CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalCommon.h
Go to the documentation of this file.
1 #ifndef ECALCOMMON_HH
2 #define ECALCOMMON_HH
3 
4 #include <stdexcept>
5 
9 class EcalCommon {
10 
11  /******************\
12  - public methods -
13  \******************/
14 
15  public:
16 
20  static int crystalToTriggerTower( int xtal )
21  throw(std::runtime_error);
22 
23 };
24 
25 #endif
static int crystalToTriggerTower(int xtal)
Definition: EcalCommon.cc:8