ATLAS Offline Software
Loading...
Searching...
No Matches
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
12namespace GlobalSim {
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
virtual std::string to_string() const =0
virtual ~IDataCollector()=default
virtual void collect(const IAlgTool &, const std::string &msg)=0
AlgTool to read in LArStripNeighborhoods, and run the eRatio Algorithm.
MsgStream & msg
Definition testRead.cxx:32