/* * asymRootManager.h * * Created on: October 30, 2025 * Author: Hovanes Egiyan * * Modified on: * */ #ifndef ASYMROOTMANAGER_H_ #define ASYMROOTMANAGER_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, long* buffPtr, int nElm, short *helScheme, float *flipFreq, float *stableTime ); int GetBufferSize(); const char* GetFileName(); long GetFileSize(); #endif /* ASYMROOTMANAGER_H_ */