FACT++  1.0
void EventImp::Print ( bool  strip = false) const
virtual

Calls Print(std::cout)

Parameters
stripdefines whether a possible SERVER name in the event name should be stripped or not.

Definition at line 293 of file EventImp.cc.

References Print().

294 {
295  Print(cout, strip);
296 }
virtual void Print(std::ostream &out, bool strip=false) const
Definition: EventImp.cc:214

+ Here is the call graph for this function: