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
oncsSub_iduppetdata_v104.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file oncsSub_iduppetdata_v104.h
1
#ifndef __ONCSSUB_IDUPPETDATA_V104_H__
2
#define __ONCSSUB_IDUPPETDATA_V104_H__
3
4
5
#include "
oncsSubevent.h
"
6
7
#ifndef __CINT__
8
class
WINDOWSEXPORT
oncsSub_iduppetdata_v104
:
public
oncsSubevent_w4
{
9
#else
10
class
oncsSub_iduppetdata_v104
:
public
oncsSubevent_w4
{
11
#endif
12
13
public
:
14
oncsSub_iduppetdata_v104
(
subevtdata_ptr
);
15
~
oncsSub_iduppetdata_v104
();
16
17
// int iValue(const int);
18
int
iValue(
const
int
,
const
char
*);
19
double
dValue(
const
int
channel
);
20
long
long
lValue(
const
int
channel);
21
void
dump (
OSTREAM
&
os
=
COUT
) ;
22
23
protected
:
24
int
*decode (
int
*);
25
int
samples
;
26
int
evnr
;
27
double
*
d_time
;
28
long
long
*
lval
;
29
long
long
*
tval
;
30
unsigned
int
serialnumber
;
31
unsigned
int
udpheader1
;
32
unsigned
int
udpheader2
;
33
unsigned
int
sysword
;
34
unsigned
int
eventrate
;
35
unsigned
int
ratcap_upenn
;
36
unsigned
int
clock_sel
;
37
38
int
d_timelength
;
39
};
40
41
42
43
#endif
/* __ONCSSUB_IDUPPETDATA_V104_H__ */
online_distribution
blob
master
newbasic
oncsSub_iduppetdata_v104.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration