CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FsmFailedEvent.cc
Go to the documentation of this file.
1 //
3 // FsmFailedEvent
4 // --------------
5 //
6 // 03/01/2007 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
8 
9 
11 
12 using namespace std;
13 using namespace evf;
14 
15 
17 // construction/destruction
19 
20 //______________________________________________________________________________
21 FsmFailedEvent::FsmFailedEvent(const string& errorMessage,void* originator)
22  : toolbox::Event("Fail",originator)
23 {
25 }
std::string errorMessage()
std::string errorMessage_