/* * pxirootManager.h * * Created on: Mar 24, 2014 * Author: yqiang */ #ifndef PXIROOTMANAGER_H_ #define PXIROOTMANAGER_H_ #include #include void StartRootDAQ(const char* dir, const char* prefix, const char* suffix, long nLim); void CloseRootFile(); void WriteRootFile(const char* channelName, struct timespec* timeStamp, float* buffPtr, int nElm); int GetBufferSize(); const char* GetFileName(); long GetFileSize(); #endif /* PXIROOTMANAGER_H_ */