FACT++  1.0
EventImp::EventImp ( const EventImp cmd)

Copy constructor.

Copy the contents of an EventImp (fTargetState, fAllowedStates and fFunction)

Definition at line 124 of file EventImp.cc.

125  fFunction(cmd.fFunction)
126 {
127 }
std::vector< int > fAllowedStates
Definition: EventImp.h:13
std::function< int(const EventImp &)> fFunction
List of states in which this event is allowed.
Definition: EventImp.h:16