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