ATLAS Offline Software
TrigT1/Global/GlobalSimulation/src/Tracer.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 #ifndef GLOBSIM_TRACER_H
4 #define GLOBSIM_TRACER_H
5 
6 #include <string>
7 
8 /*
9  * Debug tool - issues messages at points of construction and destruction
10  */
11 
12 namespace GlobalSim {
13  struct Tracer{
14  Tracer(const std::string& msg);
15  ~Tracer();
16  std::string m_msg;
17  };
18 }
19 
20 #endif
GlobalSim::Tracer
Definition: TrigT1/Global/GlobalSimulation/src/Tracer.h:13
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 GlobalSim::cTAUTOBArray This class uses ReadHandls to jFex and eFex Tau Rois If t...
Definition: dump.h:8
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7