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_idcstr.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file packet_idcstr.h
1
#ifndef __PACKET_IDCSTR_H__
2
#define __PACKET_IDCSTR_H__
3
4
5
#include "
packet_w124.h
"
6
11
#ifndef __CINT__
12
class
WINDOWSEXPORT
Packet_idcstr
:
public
Packet_w1
{
13
#else
14
class
Packet_idcstr
:
public
Packet_w1
{
15
#endif
16
17
public
:
18
Packet_idcstr
(
PACKET_ptr
);
19
~
Packet_idcstr
();
20
int
iValue(
const
int
channel
);
21
void
dump (
OSTREAM
&
os
=
COUT
) ;
22
23
protected
:
24
virtual
int
*decode (
int
*);
25
unsigned
char
*
sarray
;
26
int
allocated_length
;
27
28
29
};
30
31
#endif
/* __PACKET_IDCSTR_H__ */
online_distribution
blob
master
newbasic
packet_idcstr.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:28
using
1.8.2 with
sPHENIX GitHub integration