#include <string>
#include <iostream>
#include "JLang/JZip.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| | Auxiliary program to test JEquationFacet.
|
| |
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
Auxiliary program to test JEquationFacet.
Definition at line 13 of file is_gzipped.cc.
14{
17
18 string file_name;
20
21 try {
22
24
27
28 zap(argc, argv);
29 }
30 catch(const exception &error) {
31 FATAL(error.what() << endl);
32 }
33
34 cout << file_name <<
' ' <<
is_gzipped(file_name.c_str()) << endl;
35}
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse command line options.
bool is_gzipped(const char *const file_name)
Check if file is gzipped.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).