CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/EventFilter/Utilities/src/FsmFailedEvent.cc

Go to the documentation of this file.
00001 
00002 //
00003 // FsmFailedEvent
00004 // --------------
00005 //
00006 //            03/01/2007 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
00008 
00009 
00010 #include "EventFilter/Utilities/interface/FsmFailedEvent.h"
00011 
00012 using namespace std;
00013 using namespace evf;
00014 
00015 
00017 // construction/destruction
00019 
00020 //______________________________________________________________________________
00021 FsmFailedEvent::FsmFailedEvent(const string& errorMessage,void* originator)
00022   : toolbox::Event("Fail",originator)
00023 {
00024   errorMessage_ = errorMessage;
00025 }