EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EvtStructures.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EvtStructures.h
1
#ifndef __EVT_STRUCTURES_H
2
#define __EVT_STRUCTURES_H
3
4
#include "
phenixTypes.h
"
5
6
typedef
struct
evt_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
unsigned
int
reserved
[2];
15
PHDWORD
data
[99999];
16
} *
evtdata_ptr
;
17
18
19
#endif
online_distribution
blob
master
newbasic
EvtStructures.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:55
using
1.8.2 with
EIC GitHub integration