// Author: Sergey Linev, 27.02.2020 /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT7_RGeoPainter #define ROOT7_RGeoPainter #include "TVirtualGeoPainter.h" #include namespace ROOT { class RGeoPainter : public TVirtualGeoPainter { TGeoManager *fGeoManager{nullptr}; std::shared_ptr fViewer; Int_t fTopVisible{-1}; ///