// // DaqEnv.h // #ifndef _DAQENV_H #define _DAQENV_H #include "DaqDir.h" class DaqEnv : public DaqDir { }; #endif _DAQENV_H