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
EVP
evpSupport.h
1
#ifndef _EVP_SUPPORT_H
2
#define _EVP_SUPPORT_H
3
4
#include <sys/types.h>
5
#include "rts.h"
6
7
#define EVP_NO_DET 0
8
#define EVP_NO_DATA (-1)
9
#define EVP_DATA_ERR (-2)
10
namespace
OLDEVP {
11
extern
int
checkBank(
char
*m,
const
char
*what) ;
12
13
// UGLY UGLY hack
14
extern
u_int evp_daqbits ;
15
}
16
17
#endif
Generated by
1.8.5