CMS 3D CMS Logo

Public Types | Public Member Functions | Private Attributes

statemachine::Error Class Reference

#include <EPStates.h>

Inheritance diagram for statemachine::Error:
state

List of all members.

Public Types

typedef sc::transition< Stop,
EndingLoop
reactions

Public Member Functions

 Error (my_context ctx)
 ~Error ()

Private Attributes

edm::IEventProcessorep_

Detailed Description

Definition at line 171 of file EPStates.h.


Member Typedef Documentation

Definition at line 176 of file EPStates.h.


Constructor & Destructor Documentation

statemachine::Error::Error ( my_context  ctx)

Definition at line 111 of file EPStates.cc.

References edm::IEventProcessor::doErrorStuff(), and ep_.

                             :
      my_base(ctx),
      ep_(context<Machine>().ep()) {
    post_event(Stop());
    ep_.doErrorStuff();
  }
statemachine::Error::~Error ( )

Definition at line 118 of file EPStates.cc.

{ }

Member Data Documentation

Definition at line 178 of file EPStates.h.

Referenced by Error().