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
oncsEvtStructures.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file oncsEvtStructures.h
1
#ifndef __ONCSEVT_STRUCTURES_H
2
#define __ONCSEVT_STRUCTURES_H
3
4
#include "
EvtConstants.h
"
5
6
typedef
struct
oncsevt_data
7
{
8
unsigned
int
evt_length
;
9
int
evt_type
;
10
int
evt_sequence
;
11
int
run_number
;
12
int
date
;
13
int
time
;
14
int
reserved
[2];
15
int
data
[];
16
} *
oncsevtdata_ptr
;
17
18
19
#endif
online_distribution
blob
master
newbasic
oncsEvtStructures.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration