Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
blob
master
all.h
BufferConstants.h
daq_device.cc
daq_device.h
daq_device_command.cc
daq_device_command.h
daq_device_deadtime.cc
daq_device_deadtime.h
daq_device_file.cc
daq_device_file.h
daq_device_filenumbers.cc
daq_device_filenumbers.h
daq_device_gauss.cc
daq_device_gauss.h
daq_device_pluginexample.cc
daq_device_pluginexample.h
daq_device_random.cc
daq_device_random.h
daq_device_rtclock.cc
daq_device_rtclock.h
daqBuffer.cc
daqBuffer.h
daqEvent.cc
daqEvent.h
daqONCSEvent.cc
daqONCSEvent.h
daqPRDFEvent.cc
daqPRDFEvent.h
eloghandler.cc
eloghandler.h
elogtest.cc
EventTypes.h
EvtConstants.h
EvtStructures.h
example_plugin.cc
example_plugin.h
gauss_plugin.cc
gauss_plugin.h
md5.cc
md5.h
mongoose.cc
mongoose.h
MQTTConnection.cc
MQTTConnection.h
parseargument.cc
parseargument.h
pulserTriggerHandler.h
rcdaq.cc
rcdaq.h
rcdaq_actions.h
rcdaq_client.cc
rcdaq_frontend.cc
rcdaq_mg_server.cc
rcdaq_plugin.h
rcdaq_server.cc
sfs.cc
simpleRandom.cc
simpleRandom.h
SubevtConstants.h
SubevtStructures.h
TriggerHandler.h
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
daqEvent.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file daqEvent.h
1
#ifndef __DAQEVENT__
2
#define __DAQEVENT__
3
4
5
6
#include <
EvtStructures.h
>
7
#include <
daq_device.h
>
8
9
// virtual base class for an "event"
10
11
class
daqEvent
{
12
13
public
:
14
15
virtual
~daqEvent
(){};
16
17
//** Constructors
18
// daqEvent(int *, const int maxlength
19
// , const int irun, const int itype, const int eseq);
20
21
virtual
int
prepare_next
() = 0;
22
virtual
int
prepare_next
(
const
int
,
const
int
) = 0;
23
virtual
void
set_event_type
(
const
int
);
24
25
// subevent adding
26
virtual
int
addSubevent
(
const
int
etype,
daq_device
*) =0;
27
28
protected
:
29
30
int
*
event_base
;
31
int
current
;
32
evtdata_ptr
evthdr
;
33
int
max_length
;
34
int
left
;
35
36
};
37
38
#endif
rcdaq
blob
master
daqEvent.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:47
using
1.8.2 with
sPHENIX GitHub integration