StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
pmd.h
1 #ifndef STAR_DAQ_PMD_H_
2 #define STAR_DAQ_PMD_H_
3 # ifndef _DAQ_PMD_H_
4 // PMD header to separate the "daq data" and "daq reader"
5 // The better solution is not move the C-struct in this file
6 // and remove the confusing ifdef CPP macro
7 # ifndef DAQ_PMD_DATA_STRUCTURE
8 # define DAQ_PMD_DATA_STRUCTURE
9 # include "daq_pmd.h"
10 # undef DAQ_PMD_DATA_STRUCTURE
11 # endif //DAQ_PMD_DATA_STRUCTURE
12 # endif //_DAQ_PMD_H_
13 #endif // STAR_DAQ_PMD_H_