29#ifndef I_FoCovJsonRequestHandler_H
30#define I_FoCovJsonRequestHandler_H 1
32#include "BESRequestHandler.h"
34#include <TheBESKeys.h>
47 static bool _may_ignore_z_axis;
48 static bool _simple_geo;
53 virtual void dump(std::ostream &strm)
const;
55 static bool obtain_beskeys_info(
const std::string& key,
bool & has_key);
56 static bool get_may_ignore_z_axis() {
return _may_ignore_z_axis; }
57 static bool get_simple_geo() {
return _simple_geo; }
Structure storing information used by the BES to handle the request.
static bool build_version(BESDataHandlerInterface &dhi)
add version information to a version response
FoCovJsonRequestHandler(const std::string &name)
Constructor for FileOut Coverage JSON module.
virtual ~FoCovJsonRequestHandler(void)
Any cleanup that needs to take place.
virtual void dump(std::ostream &strm) const
dumps information about this object
static bool build_help(BESDataHandlerInterface &dhi)
adds help information for FileOut Coverage JSON to a help request