ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigT1
Global
GlobalSimulation
src
Utilities
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
12
Tracer::~Tracer
(){
13
std::cerr <<
"Tracer end "
<<
m_msg
<<
'\n'
;
14
}
15
}
16
17
Tracer.h
GlobalSim
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
Definition
CommonSelector.cxx:8
GlobalSim::Tracer::~Tracer
~Tracer()
Definition
Tracer.cxx:12
GlobalSim::Tracer::m_msg
std::string m_msg
Definition
TrigT1/Global/GlobalSimulation/src/Utilities/Tracer.h:16
GlobalSim::Tracer::Tracer
Tracer(const std::string &msg)
Definition
Tracer.cxx:8
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.14.0