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_idbspetdata.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file oncsSub_idbspetdata.h
1
#ifndef __ONCSSUB_IDBSPETDATA_H__
2
#define __ONCSSUB_IDBSPETDATA_H__
3
4
5
#include "
oncsSubevent.h
"
6
7
#ifndef __CINT__
8
class
WINDOWSEXPORT
oncsSub_idbspetdata
:
public
oncsSubevent_w4
{
9
#else
10
class
oncsSub_idbspetdata
:
public
oncsSubevent_w4
{
11
#endif
12
13
public
:
14
oncsSub_idbspetdata
(
subevtdata_ptr
);
15
~
oncsSub_idbspetdata
();
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
int
d_timelength
;
30
};
31
32
33
34
#endif
/* __ONCSSUB_IDBSPETDATA_H__ */
online_distribution
blob
master
newbasic
oncsSub_idbspetdata.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration