1 #ifndef MHO_MK4VexInterface_HH__
2 #define MHO_MK4VexInterface_HH__
MHO_MK4VexInterface convers root (ovex) file to json file for HOPS4 consumption.
Definition: MHO_MK4VexInterface.hh:22
MHO_MK4VexInterface()
Definition: MHO_MK4VexInterface.cc:8
void OpenVexFile(std::string file_path)
Opens a VEX file and parses its contents into an internal JSON representation.
Definition: MHO_MK4VexInterface.cc:15
virtual ~MHO_MK4VexInterface()
Definition: MHO_MK4VexInterface.cc:13
bool ExportVexFileToJSON(mho_json &json_obj)
Exports Vex file data to a JSON object if available.
Definition: MHO_MK4VexInterface.cc:36
mho_json GetVex()
Getter for vex as JSON object.
Definition: MHO_MK4VexInterface.cc:23
Definition: MHO_ChannelLabeler.hh:17