00001 #ifndef STAR_DAQ_PMD_H_ 00002 #define STAR_DAQ_PMD_H_ 00003 # ifndef _DAQ_PMD_H_ 00004 // PMD header to separate the "daq data" and "daq reader" 00005 // The better solution is not move the C-struct in this file 00006 // and remove the confusing ifdef CPP macro 00007 # ifndef DAQ_PMD_DATA_STRUCTURE 00008 # define DAQ_PMD_DATA_STRUCTURE 00009 # include "daq_pmd.h" 00010 # undef DAQ_PMD_DATA_STRUCTURE 00011 # endif //DAQ_PMD_DATA_STRUCTURE 00012 # endif //_DAQ_PMD_H_ 00013 #endif // STAR_DAQ_PMD_H_
1.5.9