ATLAS Offline Software
Loading...
Searching...
No Matches
PrintMC.cxx File Reference
#include "TruthIO/PrintMC.h"
#include "GeneratorObjects/McEventCollection.h"
#include "HepPDT/ParticleData.hh"
#include "HepPDT/ParticleDataTable.hh"
#include "AtlasHepMC/GenEvent.h"
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}