Request object send from client for different operations.
Definition at line 137 of file RGeomData.hxx.
Public Attributes | |
std::string | oper |
operation like HIGHL or HOVER | |
std::vector< std::string > | path |
path parameter, used with HOVER | |
std::vector< int > | stack |
stack parameter, used with HIGHL | |
#include <ROOT/RGeomData.hxx>
std::string ROOT::Experimental::RGeomRequest::oper |
operation like HIGHL or HOVER
Definition at line 139 of file RGeomData.hxx.
std::vector<std::string> ROOT::Experimental::RGeomRequest::path |
path parameter, used with HOVER
Definition at line 140 of file RGeomData.hxx.
std::vector<int> ROOT::Experimental::RGeomRequest::stack |
stack parameter, used with HIGHL
Definition at line 141 of file RGeomData.hxx.