ATLAS Offline Software
Loading...
Searching...
No Matches
GlobalSim::Tracer Struct Reference

#include <Tracer.h>

Collaboration diagram for GlobalSim::Tracer:

Public Member Functions

 Tracer (const std::string &msg)
 ~Tracer ()

Public Attributes

std::string m_msg

Detailed Description

Constructor & Destructor Documentation

◆ Tracer()

Tracer::Tracer ( const std::string & msg)

Definition at line 8 of file Tracer.cxx.

8 : m_msg{msg}{
9 std::cerr << "Tracer start " << m_msg << '\n';
10 }
MsgStream & msg
Definition testRead.cxx:32

◆ ~Tracer()

Tracer::~Tracer ( )

Definition at line 12 of file Tracer.cxx.

12 {
13 std::cerr << "Tracer end " << m_msg << '\n';
14 }

Member Data Documentation

◆ m_msg

std::string GlobalSim::Tracer::m_msg

The documentation for this struct was generated from the following files: