ATLAS Offline Software
Loading...
Searching...
No Matches
StreamBase.h
Go to the documentation of this file.
1// ---*- c++ -*--
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef COWTOOLS_STREAMBASE_H
8#define COWTOOLS_STREAMBASE_H
9
10namespace CoWTools{
11 class CoWRecordStats;
13 public:
15 virtual ~StreamBase(){};
16 virtual void putResults(const CoWRecordStats&)=0;
17 };
18
19}
20#endif
virtual ~StreamBase()
Definition StreamBase.h:15
virtual void putResults(const CoWRecordStats &)=0