EUDAQ
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Pages
main
include
eudaq
Info.hh
1
#ifndef EUDAQ_INCLUDED_Info
2
#define EUDAQ_INCLUDED_Info
3
4
/*
5
* This file contains information about which capabilities this version of EUDAQ
6
* supports,
7
* to enable users of the library to conditionally enable functionality.
8
*/
9
10
// The Info.hh file itself exists
11
#define EUDAQ_INFO_FILE 1
12
13
// The DEPFET decoder is implemented
14
#define EUDAQ_DEPFET_DECODER 1
15
16
// The new plugin decoder mechanism is implemented
17
#define EUDAQ_NEW_DECODER
18
19
#endif // EUDAQ_INCLUDED_Info
Generated on Wed Oct 12 2016 15:15:55 for EUDAQ by
1.8.6