Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Tracer.cxx
Go to the documentation of this file.
1 // Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 #include "Tracer.h"
4 #include <iostream>
5 
6 
7 namespace GlobalSim {
8  Tracer::Tracer(const std::string& msg): m_msg{msg}{
9  std::cerr << "Tracer start " << m_msg << '\n';
10  }
11 
13  std::cerr << "Tracer end " << m_msg << '\n';
14  }
15 }
16 
17 
Tracer.h
GlobalSim::Tracer::m_msg
std::string m_msg
Definition: TrigT1/Global/GlobalSimulation/src/Tracer.h:16
GlobalSim::Tracer::Tracer
Tracer(const std::string &msg)
Definition: Tracer.cxx:8
GlobalSim::Tracer::~Tracer
~Tracer()
Definition: Tracer.cxx:12
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition: dump.h:8
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7