ATLAS Offline Software
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 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