24using namespace std::string_literals;
30 std::unique_ptr<Browsable::RHolder>
fObject;
42 mgr->SetTopVolume(top);
63 std::string
GetKind()
const override {
return "geom"s; }
67 bool DrawElement(std::shared_ptr<Browsable::RElement> &
elem,
const std::string & =
"")
override
79 auto mgr = vol->GetGeoManager();
81 if (!
mgr || (
mgr->GetListOfVolumes()->GetLast() < 0) || (
mgr->GetVolume(vol->GetName()) != vol))
113 std::shared_ptr<RBrowserWidget>
Create(
const std::string &
name)
final
115 return std::make_shared<RBrowserGeomWidget>(
name);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TGeoManager * gGeoManager
std::shared_ptr< RBrowserWidget > Create(const std::string &name) final
~RBrowserGeomProvider()=default
@ kActGeom
can be shown in geometry viewer
Web-based ROOT geometry viewer.
void SetTitle(const std::string &title)
void SetGeometry(TGeoManager *mgr, const std::string &volname="")
assign new geometry to the viewer
std::shared_ptr< RWebWindow > GetWindow()
void SetShowHierarchy(bool on=true)
Configures default hierarchy browser visibility, only has effect before showing web window.
void SetOnlyVolume(TGeoVolume *vol)
Draw only specified volume, special case when volume stored without valid geomanager.
The manager class for any TGeo geometry.
Base class describing materials.
Media are used to store properties related to tracking and which are useful only when using geometry ...
A node represent a volume positioned inside another.They store links to both volumes and to the TGeoM...
TGeoVolume, TGeoVolumeMulti, TGeoVolumeAssembly are the volume classes.
void SetLineWidth(Width_t lwidth) override
Set the line width.
virtual TGeoNode * AddNode(TGeoVolume *vol, Int_t copy_no, TGeoMatrix *mat=nullptr, Option_t *option="")
Add a TGeoNode to the list of nodes.
void SetLineColor(Color_t lcolor) override
Set the line color.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...