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_idtpcfeev1.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file oncsSub_idtpcfeev1.h
1
#ifndef __ONCSSUB_IDTPCFEEV1_H__
2
#define __ONCSSUB_IDTPCFEEV1_H__
3
4
#include "
oncsSubevent.h
"
5
6
#ifndef __CINT__
7
class
WINDOWSEXPORT
oncsSub_idtpcfeev1
:
public
oncsSubevent_w4
{
8
#else
9
class
oncsSub_idtpcfeev1
:
public
oncsSubevent_w4
{
10
#endif
11
12
public
:
13
oncsSub_idtpcfeev1
(
subevtdata_ptr
);
14
~
oncsSub_idtpcfeev1
();
15
16
int
iValue(
const
int
chip,
const
int
ch,
const
int
sample);
17
int
iValue(
const
int
ch,
const
int
sample);
18
int
iValue(
const
int
,
const
char
* what);
19
20
void
dump (
OSTREAM
&
os
=
COUT
) ;
21
22
23
protected
:
24
int
decode ();
25
26
int
_broken
;
27
28
unsigned
int
_is_decoded
;
29
unsigned
int
_nchips
;
30
unsigned
int
_nchannels
;
31
unsigned
int
_nsamples
;
32
unsigned
int
_bx_count
;
33
34
unsigned
int
array
[64][1002];
35
36
};
37
38
39
#endif
/* __ONCSSUB_IDTPCFEEV1_H__ */
online_distribution
blob
master
newbasic
oncsSub_idtpcfeev1.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration