Jpp
15.0.3
the software that should make you happy
|
Specifications of file name extensions. More...
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::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::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... | |
Specifications of file name extensions.
Definition in file JFilenameSupportkit.hh.