ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gzbuffer.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file gzbuffer.h
1 #ifndef __GZBUFFER_H
2 #define __GZBUFFER_H
3 
4 #include "prdfBuffer.h"
5 
6 #ifndef __CINT__
8 #else
9 class gzbuffer : public prdfBuffer{
10 #endif
11 
12 public:
13 
14  //** Constructors
15 
16  gzbuffer( PHDWORD *array, const int length);
17  ~gzbuffer();
18 
19  Event * getEvent();
20 
21 
22 protected:
23 
26 
27 
28 };
29 
30 #endif