Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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

namespace  JSUPPORT
 Support classes and methods for experiment specific I/O.
 
namespace  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.
 
bool JSUPPORT::isJSONFile (const char *file_name)
 Check file format.
 
bool JSUPPORT::isDAQFile (const char *file_name)
 Check file format.
 
bool JSUPPORT::isJppFile (const char *file_name)
 Check file format.
 
bool JSUPPORT::isMonteCarloFile (const char *file_name)
 Check file format.
 
bool JSUPPORT::isGzipFile (const char *file_name)
 Check file format.
 

Variables

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

Detailed Description

Specifications of file name extensions.

Author
mdejong

Definition in file JFilenameSupportkit.hh.