1 #ifndef __JSUPPORT__JFILENAMESUPPORTTOOLKIT__ 
    2 #define __JSUPPORT__JFILENAMESUPPORTTOOLKIT__ 
   14 namespace JPP { 
using namespace JSUPPORT; }
 
static const char *const GZIP_FILE_FORMAT
gzip file name extension 
 
static const char *const JSON_FILE_FORMAT
JSON file name extension. 
 
bool isDAQFile(const char *file_name)
Check file format. 
 
static const char *const MONTE_CARLO_FILE_FORMAT
ASCII file name extension. 
 
bool isGzipFile(const char *file_name)
Check file format. 
 
static const char *const ASCII_FILE_FORMAT
ASCII file name extension. 
 
bool isROOTFile(const char *file_name)
Check file format. 
 
static const char *const DAQ_FILE_FORMAT
DAQ binary file name extension. 
 
std::string getFilenameExtension(const std::string &file_name)
Get file name extension, i.e. part after last JEEP::FILENAME_SEPARATOR if any. 
 
bool isMonteCarloFile(const char *file_name)
Check file format. 
 
static const char *const ROOT_FILE_FORMAT
ROOT file name extension. 
 
bool isJSONFile(const char *file_name)
Check file format.