Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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__
7
class
WINDOWSEXPORT
gzbuffer
:
public
prdfBuffer
{
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
24
PHDWORD
*
bufferarray
;
25
buffer
*
theBuffer
;
26
27
28
};
29
30
#endif
online_distribution
blob
master
newbasic
gzbuffer.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration