CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IllegalParameters.h
Go to the documentation of this file.
1 
2 namespace edm {
3 
4  class EventProcessor;
5  class SubProcess;
7 
9  private:
10  static bool throwAnException_;
11  static bool throwAnException() { return throwAnException_; }
12  static void setThrowAnException(bool v) { throwAnException_ = v; }
13 
14  friend class EventProcessor;
15  friend class SubProcess;
17  };
18 }
static bool throwAnException()
static void setThrowAnException(bool v)
mathSSE::Vec4< T > v