10const char* esd_geom_file_name =
11 "http://root.cern/files/alice_ESDgeometry.root";
19 auto s =
gEve->SpawnNewScene(
"Projected Event");
20 gEve->GetDefaultViewer()->AddScene(s);
21 auto v =
gEve->GetDefaultGLViewer();
30 axes->SetTitle(
"TEveProjections demo");
36 auto geom =
TFile::Open(esd_geom_file_name,
"CACHEREAD");
44 gsre->SetPickableRecursively(
kTRUE);
45 gEve->AddGlobalElement(gsre);
47 mng->ImportElements(gsre);
54 mng->ImportElements(
line);
R__EXTERN TEveManager * gEve
static TEveGeoShape * ImportShapeExtract(TEveGeoShapeExtract *gse, TEveElement *parent=nullptr)
Import a shape extract 'gse' under element 'parent'.
An arbitrary polyline with fixed line and marker attributes.
static TEveManager * Create(Bool_t map_window=kTRUE, Option_t *opt="FIV")
If global TEveManager* gEve is not set initialize it.
Axes for non-linear projections.
Manager class for steering of projections and managing projected objects.
static TFile * Open(const char *name, Option_t *option="", const char *ftitle="", Int_t compress=ROOT::RCompressionSetting::EDefaults::kUseCompiledDefault, Int_t netopt=0)
Create / open a file.
static Bool_t SetCacheFileDir(std::string_view cacheDir, Bool_t operateDisconnected=kTRUE, Bool_t forceCacheread=kFALSE)
Sets the directory where to locally stage/cache remote files.
Orthographic projection camera.
void SetZoomMinMax(Double_t min, Double_t max)
RVec< PromoteType< T > > cos(const RVec< T > &v)
RVec< PromoteType< T > > sin(const RVec< T > &v)