![]() |
|
|||
File indexing completed on 2023-03-17 11:26:38
0001 /** Exceptions thrown from TrajectoryParametrization and dependent subsystems. 0002 */ 0003 0004 #ifndef TrajectoryState_Exceptions_H 0005 #define TrajectoryState_Exceptions_H 0006 0007 #include <string> 0008 #include "FWCore/Utilities/interface/Exception.h" 0009 0010 /// Common base class 0011 0012 class TrajectoryStateException : public cms::Exception { 0013 public: 0014 TrajectoryStateException(const std::string& message) throw() : cms::Exception(message) {} 0015 ~TrajectoryStateException() throw() override {} 0016 }; 0017 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |