FACT++  1.0
void StateMachineSmartFACT::EventHist::clean ( )
inline

Definition at line 477 of file smartfact.cc.

References begin, and end.

Referenced by StateMachineSmartFACT::Execute().

478  {
479  for (auto it=begin(); it!=end();)
480  if (!it->time)
481  {
482  const auto is = it++;
483  erase(is);
484  }
485  }
double begin
double end

+ Here is the caller graph for this function: