ATLAS Offline Software
Loading...
Searching...
No Matches
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
7namespace 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
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
Tracer(const std::string &msg)
Definition Tracer.cxx:8
MsgStream & msg
Definition testRead.cxx:32