#include <ROOT/REveGeoTopNode.hxx>
#include <ROOT/REveRenderData.hxx>
#include <ROOT/RGeomData.hxx>
#include <ROOT/REveManager.hxx>
#include <ROOT/REveSelection.hxx>
#include "TMath.h"
#include "TGeoManager.h"
#include "TClass.h"
#include "TGeoNode.h"
#include "TBase64.h"
#include <cassert>
#include <iostream>
#include <nlohmann/json.hpp>
Macros | |
#define | REVEGEO_DEBUG |
#define | REVEGEO_DEBUG_PRINT(fmt, ...) printf(fmt, ##__VA_ARGS__) |
Variables | |
thread_local ElementId_t | gSelId |
#define REVEGEO_DEBUG |
Definition at line 27 of file REveGeoTopNode.cxx.
#define REVEGEO_DEBUG_PRINT | ( | fmt, | |
... | |||
) | printf(fmt, ##__VA_ARGS__) |
Definition at line 29 of file REveGeoTopNode.cxx.
thread_local ElementId_t gSelId |
Definition at line 25 of file REveGeoTopNode.cxx.