ATLAS Offline Software
Trigger
TrigHypothesis
TrigHLTJetHypo
src
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
9
class
ITrigJetHypoInfoCollector
{
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
Generated on Sun Dec 22 2024 21:12:08 for ATLAS Offline Software by
1.8.18