5#ifndef GLOBALSIM_BASICDATACOLLECTOR_H
6#define GLOBALSIM_BASICDATACOLLECTOR_H
9#include "GaudiKernel/IAlgTool.h"
19 virtual void collect(
const IAlgTool&,
const std::string&
msg);
23 std::vector<std::pair<std::string, std::vector<std::string>>>
m_msgs{};
24 std::chrono::high_resolution_clock::time_point
m_t0;
virtual ~BasicDataCollector()=default
virtual void collect(const IAlgTool &, const std::string &msg)
std::vector< std::pair< std::string, std::vector< std::string > > > m_msgs
std::chrono::high_resolution_clock::time_point m_t0
virtual std::string to_string() const
AlgTool to read in LArStripNeighborhoods, and run the BDT Algorithm.
std::ostream & operator<<(std::ostream &os, const BasicDataCollector &bdc)