Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
REveGeoTopNode.cxx File Reference
#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>
Include dependency graph for REveGeoTopNode.cxx:

Macros

#define REVEGEO_DEBUG
 
#define REVEGEO_DEBUG_PRINT(fmt, ...)   printf(fmt, ##__VA_ARGS__)
 

Variables

thread_local ElementId_t gSelId
 

Macro Definition Documentation

◆ REVEGEO_DEBUG

#define REVEGEO_DEBUG

Definition at line 27 of file REveGeoTopNode.cxx.

◆ REVEGEO_DEBUG_PRINT

#define REVEGEO_DEBUG_PRINT (   fmt,
  ... 
)    printf(fmt, ##__VA_ARGS__)

Definition at line 29 of file REveGeoTopNode.cxx.

Variable Documentation

◆ gSelId

thread_local ElementId_t gSelId

Definition at line 25 of file REveGeoTopNode.cxx.