FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairWriteoutBufferAbsBasis.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 /*
9  * FairWriteoutBufferAbsBasis.h
10  *
11  * Created on: Jul 18, 2011
12  * Author: stockman
13  */
14 
15 #ifndef FAIRWRITEOUTBUFFERABSBASIS_H_
16 #define FAIRWRITEOUTBUFFERABSBASIS_H_
17 
18 #include <TObject.h>
19 
20 class FairWriteoutBufferAbsBasis : public TObject
21 {
22  public:
24 
25  virtual void WriteOutData(double time) = 0;
26  virtual void WriteOutAllData() = 0;
27 
29 };
30 
31 #endif /* FAIRWRITEOUTBUFFERABSBASIS_H_ */
virtual void WriteOutAllData()=0
virtual void WriteOutData(double time)=0
ClassDef(FairWriteoutBufferAbsBasis, 1)