#include <ROOT/REveGeoTopNode.hxx>#include <ROOT/RBrowserRequest.hxx>#include <ROOT/RBrowserReply.hxx>#include <ROOT/REveRenderData.hxx>#include <ROOT/RGeomData.hxx>#include <ROOT/RWebWindow.hxx>#include <ROOT/REveManager.hxx>#include <ROOT/REveGeoPolyShape.hxx>#include <ROOT/REveSelection.hxx>#include <ROOT/REveUtil.hxx>#include <ROOT/RLogger.hxx>#include "TBufferJSON.h"#include "TMath.h"#include "TGeoCompositeShape.h"#include "TGeoManager.h"#include "TClass.h"#include "TGeoNode.h"#include "TGeoMatrix.h"#include "TBase64.h"#include "TStopwatch.h"#include <cassert>#include <iostream>#include <regex>#include <nlohmann/json.hpp>Macros | |
| #define | REVEGEO_DEBUG |
| #define | REVEGEO_DEBUG_PRINT(fmt, ...) |
Variables | |
| ElementId_t | gSelId |
| #define REVEGEO_DEBUG |
Definition at line 40 of file REveGeoTopNode.cxx.
| #define REVEGEO_DEBUG_PRINT | ( | fmt, | |
| ... ) |
Definition at line 42 of file REveGeoTopNode.cxx.
|
thread_local |
Definition at line 38 of file REveGeoTopNode.cxx.