StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StDaqLib
GENERIC
swaps.hh
1
/***************************************************************************
2
* $Id: swaps.hh,v 1.3 2007/12/24 06:04:17 fine Exp $
3
* Author: M.W. Schulz
4
***************************************************************************
5
* Description: swap method function prototypes for use on DAQ banks
6
*
7
***************************************************************************
8
* $Log: swaps.hh,v $
9
* Revision 1.3 2007/12/24 06:04:17 fine
10
* introduce OLDEVP namespace to allow ole and new EVP library concurrently
11
*
12
* Revision 1.2 1999/07/02 04:37:42 levine
13
* Many changes - see change logs in individual programs
14
*
15
*
16
**************************************************************************/
17
#ifndef SWAPS_HH
18
#define SWAPS_HH
19
20
namespace
OLDEVP {
21
int
swap_raw(
int
data_byte_ordering,
int
*
data
,
int
size);
22
int
swap_short(
int
data_byte_ordering,
int
*
data
,
int
size);
23
}
24
25
#endif
data
Definition:
PMD_Reader.hh:62
Generated by
1.8.5