ATLAS Offline Software
Loading...
Searching...
No Matches
IConstituentExtractor.cxx File Reference
Include dependency graph for IConstituentExtractor.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const IConstituentExtractor *e)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const IConstituentExtractor * e )

Definition at line 8 of file IConstituentExtractor.cxx.

8 {
9 os << e->toString(0);
10 return os;
11}