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
frameRoutines.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file frameRoutines.h
1
/*
2
** frameRoutines.h
3
**
4
** Author: $Author: purschke $
5
** Date: $Date: 2000/07/21 01:51:14 $
6
**
7
** $Log: frameRoutines.h,v $
8
** Revision 1.1.1.1 2000/07/21 01:51:14 purschke
9
** mlp -- adding the new automakified "basic" module to CVS.
10
**
11
**
12
** Revision 1.3 1998/12/11 22:01:43 markacs
13
** (stephen markacs) adding log into cvs tags
14
**
15
*/
16
/*
17
** Prototype definitions for "public" routines in frameRoutines.C
18
*/
19
20
#ifndef _FRAME_ROUTINES_
21
#define _FRAME_ROUTINES_
22
23
#include "
phenixOnline.h
"
24
#include "
framePublic.h
"
25
26
/*
27
** Use C linkage for below structures
28
*/
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
33
/*
34
** Routines that perform more general and sophistcated operations on frames
35
** than the member-function-like routines defined in frames.h
36
*/
37
38
VALUE_ret
makeFrameHdr
(
PHDWORD
*,
UINT
,
UINT
,
UINT
,
UINT
);
39
40
VALUE_ret
storeFrameData
(
FRAME_ptr
,
UINT
,
PHDWORD
*,
UINT
);
41
VALUE_ret
storeFrameHistory
(
FRAME_ptr
,
UINT
,
PHDWORD
*,
UINT
);
42
43
VALUE_ret
extendFrameData
(
FRAME_ptr
,
UINT
,
UINT
);
44
VALUE_ret
extendFrameDataNopad
(
FRAME_ptr
,
UINT
,
UINT
);
45
VALUE_ret
extendFrameHistory
(
FRAME_ptr
,
UINT
,
UINT
);
46
VALUE_ret
extendFrameHistoryNopad
(
FRAME_ptr
,
UINT
,
UINT
);
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
53
online_distribution
blob
master
newbasic
frameRoutines.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration