1 | /*******************************************************************************
|
---|
2 | * *
|
---|
3 | * mcf_xdr_Ntuple.h -- Include file for mcfast Xdrlayer used in the *
|
---|
4 | * Ntuple code. Refers to a bunch of structure not included in this file. * Specifies the headers *
|
---|
5 | * *
|
---|
6 | * Copyright (c) 1994 Universities Research Association, Inc. *
|
---|
7 | * All rights reserved. *
|
---|
8 | * *
|
---|
9 | * This material resulted from work developed under a Government Contract and *
|
---|
10 | * is subject to the following license: The Government retains a paid-up, *
|
---|
11 | * nonexclusive, irrevocable worldwide license to reproduce, prepare derivative *
|
---|
12 | * works, perform publicly and display publicly by or for the Government, *
|
---|
13 | * including the right to distribute to other Government contractors. Neither *
|
---|
14 | * the United States nor the United States Department of Energy, nor any of *
|
---|
15 | * their employees, makes any warrenty, express or implied, or assumes any *
|
---|
16 | * legal liability or responsibility for the accuracy, completeness, or *
|
---|
17 | * usefulness of any information, apparatus, product, or process disclosed, or *
|
---|
18 | * represents that its use would not infringe privately owned rights. *
|
---|
19 | * *
|
---|
20 | *******************************************************************************/
|
---|
21 | bool_t xdr_mcfast_NTuple(XDR *xdrs, descrGenNtuple *dNTu,
|
---|
22 | int *ntot, int nTupleId, char* version);
|
---|
23 | bool_t xdr_mcfast_NTupleXDRPtr(XDR *xdrs, descrGenNtuple *dNTu,
|
---|
24 | int *ntot, int nTupleId, char* version);
|
---|
25 | bool_t xdr_mcfast_NTupleMult(mcfStream *str,
|
---|
26 | descrGenNtuple *dNTu, char* version);
|
---|
27 | bool_t xdr_mcfast_NTupleVar(mcfStream *str,
|
---|
28 | descrGenNtuple *dNTu, int ivar, char* version);
|
---|
29 | bool_t xdr_mcfast_NTupleSubVar(mcfStream *str,
|
---|
30 | descrGenNtuple *dNTu, int ivar, int multIndex, char* version);
|
---|
31 | bool_t xdr_mcfast_NTupleSubStruct(mcfStream *str,
|
---|
32 | descrGenNtuple *dNTu, int multIndex, char* version);
|
---|