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

Go to the source code of this file.

Functions

void drawLine (std::ostream &os)

Function Documentation

◆ drawLine()

void drawLine ( std::ostream & os)
inline

Definition at line 16 of file PrintMC.cxx.

16 {
17 os << std::string(80, '_') << "\n" << std::endl;
18}