EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairWriteoutBufferAbsBasis.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairWriteoutBufferAbsBasis.h
1 /*
2  * FairWriteoutBufferAbsBasis.h
3  *
4  * Created on: Jul 18, 2011
5  * Author: stockman
6  */
7 
8 #ifndef FAIRWRITEOUTBUFFERABSBASIS_H_
9 #define FAIRWRITEOUTBUFFERABSBASIS_H_
10 
11 #include "TObject.h"
12 
14 {
15  public:
17 
18  virtual void WriteOutData(double time) = 0;
19  virtual void WriteOutAllData() = 0;
20 
21  ClassDef(FairWriteoutBufferAbsBasis,1)
22 };
23 
24 
25 #endif /* FAIRWRITEOUTBUFFERABSBASIS_H_ */