FACT++  1.0
void EventImp::AddAllowedState ( int  state)

If the state is 0 or positive add it to fAllowedStates

Parameters
stateThe state which should be added

Definition at line 136 of file EventImp.cc.

References fAllowedStates.

Referenced by AddAllowedStates(), and operator()().

137 {
138  if (state>=0)
139  fAllowedStates.push_back(state);
140 }
std::vector< int > fAllowedStates
Definition: EventImp.h:13

+ Here is the caller graph for this function: