ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
Global
GlobalSimulation
src
Utilities
IDataCollector.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef GLOBALSIM_IDATACOLLECTOR_H
6
#define GLOBALSIM_IDATACOLLECTOR_H
7
8
#include "GaudiKernel/IAlgTool.h"
9
10
#include <string>
11
12
namespace
GlobalSim
{
13
class
IDataCollector
{
14
public
:
15
16
virtual
~IDataCollector
() =
default
;
17
virtual
void
collect
(
const
IAlgTool&,
const
std::string&
msg
) = 0;
18
virtual
std::string
to_string
()
const
= 0;
19
};
20
}
21
#endif
GlobalSim::IDataCollector
Definition
IDataCollector.h:13
GlobalSim::IDataCollector::to_string
virtual std::string to_string() const =0
GlobalSim::IDataCollector::~IDataCollector
virtual ~IDataCollector()=default
GlobalSim::IDataCollector::collect
virtual void collect(const IAlgTool &, const std::string &msg)=0
GlobalSim
AlgTool to read in LArStripNeighborhoods, and run the BDT Algorithm.
Definition
Trigger/TrigT1/Global/GlobalSimulation/src/Egamma1BDT/Egamma1BDT/BDT.h:11
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.17.0