EUDAQ
 All Classes Namespaces Files Functions Variables Pages
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