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
daqPRDFEvent.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file daqPRDFEvent.h
1
#ifndef __DAQPRDFEVENT__
2
#define __DAQPRDFEVENT__
3
4
5
#include <
daqEvent.h
>
6
7
class
daqPRDFEvent
:
public
daqEvent
{
8
9
public
:
10
11
//** Constructors
12
daqPRDFEvent
(
int
*,
const
int
maxlength
13
,
const
int
irun,
const
int
itype,
const
int
eseq);
14
15
~daqPRDFEvent
() {};
16
17
int
prepare_next
();
18
int
prepare_next
(
const
int
,
const
int
);
19
20
21
// subevent adding
22
int
addSubevent
(
const
int
etype,
daq_device
*);
23
24
protected
:
25
26
27
};
28
29
#endif
rcdaq
blob
master
daqPRDFEvent.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:47
using
1.8.2 with
sPHENIX GitHub integration