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
packet_gl1_evclocks.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file packet_gl1_evclocks.h
1
#ifndef __PACKET_GL1_EVCLOCKS__
2
#define __PACKET_GL1_EVCLOCKS__
3
4
#include <
packet_w124.h
>
5
10
#ifndef __CINT__
11
class
WINDOWSEXPORT
Packet_gl1_evclocks
:
public
Packet_w4
{
12
#else
13
class
Packet_gl1_evclocks
:
public
Packet_w4
{
14
#endif
15
public
:
16
Packet_gl1_evclocks
(
PACKET_ptr
);
17
~
Packet_gl1_evclocks
();
18
virtual
int
iValue(
const
int
channel
,
const
char
*what);
19
virtual
int
iValue(
const
int
channel,
const
int
what);
20
virtual
void
dump (
OSTREAM
& );
21
22
protected
:
23
enum
GL1_Evclock_Types
{EVCLOCK,PARVECT};
24
virtual
int
*decode (
int
*);
25
};
26
27
#endif
/* __PACKET_GL1_EVCLOCKS__ */
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
online_distribution
blob
master
newbasic
packet_gl1_evclocks.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:28
using
1.8.2 with
sPHENIX GitHub integration