Jpp  18.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
JFilenameSupportkit.hh File Reference

Specifications of file name extensions. More...

#include <string>
#include "Jeep/JeepToolkit.hh"

Go to the source code of this file.

Namespaces

 JSUPPORT
 Support classes and methods for experiment specific I/O.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

bool JSUPPORT::isROOTFile (const char *file_name)
 Check file format. More...
 
bool JSUPPORT::isJSONFile (const char *file_name)
 Check file format. More...
 
bool JSUPPORT::isDAQFile (const char *file_name)
 Check file format. More...
 
bool JSUPPORT::isJppFile (const char *file_name)
 Check file format. More...
 
bool JSUPPORT::isMonteCarloFile (const char *file_name)
 Check file format. More...
 
bool JSUPPORT::isGzipFile (const char *file_name)
 Check file format. More...
 

Variables

static const char *const JSUPPORT::ROOT_FILE_FORMAT = "root"
 file name extension ROOT format More...
 
static const char *const JSUPPORT::JSON_FILE_FORMAT = "json"
 file name extension JSON format More...
 
static const char *const JSUPPORT::DAQ_FILE_FORMAT = "dat"
 file name extension DAQ binary format More...
 
static const char *const JSUPPORT::JPP_FILE_FORMAT = "jpp"
 file name extension Jpp binary format More...
 
static const char *const JSUPPORT::MONTE_CARLO_FILE_FORMAT = "evt"
 file name extension ASCII format More...
 
static const char *const JSUPPORT::GZIP_FILE_FORMAT = "gz"
 file name extension gzip format More...
 
static const char *const JSUPPORT::ASCII_FILE_FORMAT = "txt"
 file name extension ASCII format More...
 
static const char *const JSUPPORT::FILE_LIST_FORMAT = "files"
 file name extension ASCII format with list of file names More...
 

Detailed Description

Specifications of file name extensions.

Author
mdejong

Definition in file JFilenameSupportkit.hh.