ATLAS Offline Software
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 
11 public:
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
ITrigJetHypoInfoCollector::~ITrigJetHypoInfoCollector
virtual ~ITrigJetHypoInfoCollector()=default
ITrigJetHypoInfoCollector::write
virtual void write() const =0
ITrigJetHypoInfoCollector::collect
virtual void collect(const std::string &, const std::string &)=0
ITrigJetHypoInfoCollector
Definition: ITrigJetHypoInfoCollector.h:9
ITrigJetHypoInfoCollector::toString
virtual std::string toString() const =0