FACT++  1.0
string StateMachineSmartFACT::Header ( const EventImp d)
inlineprivate

Definition at line 610 of file smartfact.cc.

References EventImp::GetTime(), and Header().

611  {
612  return Header(d.GetTime());
613  }
string Header(const Time &d)
Definition: smartfact.cc:603
virtual Time GetTime() const
Definition: EventImp.h:57

+ Here is the call graph for this function: