CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LinPtException.h
Go to the documentation of this file.
1 #ifndef LinPtException_H
2 #define LinPtException_H
3 
5 
11 {
12 public:
13  LinPtException( const char * reason ) : cms::Exception ( reason ) {};
14 };
15 
16 #endif
LinPtException(const char *reason)