CMS 3D CMS Logo

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  - public methods -
12  \******************/
13 
14 public:
18  static int crystalToTriggerTower(int xtal) noexcept(false);
19 };
20 
21 #endif
static int crystalToTriggerTower(int xtal) noexcept(false)
Definition: EcalCommon.cc:8