ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigJetHypoInfoCollector.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHLTJETHYPO_ITRIGJETINFOCOLLECTOR_H
6#define TRIGHLTJETHYPO_ITRIGJETINFOCOLLECTOR_H
7#include <string>
8
10
11public:
12 virtual ~ITrigJetHypoInfoCollector() = default;
13 virtual void collect(const std::string&, const std::string&) = 0;
14 virtual std::string toString() const = 0;
15 virtual void write() const = 0;
16};
17#endif
virtual void write() const =0
virtual ~ITrigJetHypoInfoCollector()=default
virtual std::string toString() const =0
virtual void collect(const std::string &, const std::string &)=0