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_idgl1v0.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file oncsSub_idgl1v0.h
1
#ifndef __ONCSSUB_IDGL1V0_H__
2
#define __ONCSSUB_IDGL1V0_H__
3
4
#include "
oncsSubevent.h
"
5
6
#ifndef __CINT__
7
class
WINDOWSEXPORT
oncsSub_idgl1v0
:
public
oncsSubevent_w4
{
8
#else
9
class
oncsSub_idgl1v0
:
public
oncsSubevent_w2
{
10
#endif
11
12
public
:
13
oncsSub_idgl1v0
(
subevtdata_ptr
);
14
15
int
iValue(
const
int
dummy
);
16
17
18
long
long
lValue(
const
int
hit,
const
char
* what);
19
20
long
long
lValue(
const
int
channel
,
const
int
iy);
21
22
23
void
dump (
OSTREAM
&
os
=
COUT
);
24
25
protected
:
26
int
decode ();
27
28
int
is_decoded
;
29
30
unsigned
long
long
BCO
;
31
unsigned
long
long
BunchNumber
;
32
unsigned
long
long
TriggerInput
;
33
unsigned
long
long
TriggerVector
;
34
35
unsigned
int
packet_nr
;
36
37
unsigned
long
long
scalers[3*64];
38
39
40
41
};
42
43
44
#endif
/* __ONCSSUB_IDGL1V0_H__ */
online_distribution
blob
master
newbasic
oncsSub_idgl1v0.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration