ATLAS Offline Software
Loading...
Searching...
No Matches
Tracer Class Reference

#include <Tracer.h>

Collaboration diagram for Tracer:

Public Member Functions

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

Private Attributes

std::string m_msg

Detailed Description

Definition at line 9 of file TrigHypothesis/TrigHLTJetHypo/src/Tracer.h.

Constructor & Destructor Documentation

◆ Tracer()

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

Definition at line 11 of file TrigHypothesis/TrigHLTJetHypo/src/Tracer.h.

11 : m_msg(msg){
12 std::cerr<< "+ " << m_msg << '\n';}
MsgStream & msg
Definition testRead.cxx:32

◆ ~Tracer()

Tracer::~Tracer ( )
inline

Definition at line 13 of file TrigHypothesis/TrigHLTJetHypo/src/Tracer.h.

13 {
14 std::cerr << "- " <<m_msg << '\n';
15 }

Member Data Documentation

◆ m_msg

std::string Tracer::m_msg
private

Definition at line 17 of file TrigHypothesis/TrigHLTJetHypo/src/Tracer.h.


The documentation for this class was generated from the following file: