FACT++  1.0
EventImp& EventImp::operator() ( int  state)
inline

Definition at line 38 of file EventImp.h.

References AddAllowedState(), AddAllowedStates(), IsStateAllowed(), Print(), and states.

38 { fAllowedStates.push_back(state); return *this; }
std::vector< int > fAllowedStates
Definition: EventImp.h:13

+ Here is the call graph for this function: