32const char *
histFile =
"http://root.cern/files/cms_calo_hist.root";
53 data->RefSliceInfo(0).Setup(
"ECAL", 0.3,
kBlue);
55 data->RefSliceInfo(1).Setup(
"HCAL", 0.1,
kRed);
56 data->GetEtaBins()->SetTitleFont(120);
57 data->GetEtaBins()->SetTitle(
"h");
58 data->GetPhiBins()->SetTitleFont(120);
59 data->GetPhiBins()->SetTitle(
"f");
60 data->IncDenyDestroy();
73 packH->SetElementName(
"Projections");
74 packH->SetHorizontal();
121 lego->InitMainTrans();
125 auto glv =
v->GetGLViewer();
146 v->SetElementName(
"Viewer - 3D");
150 calo3d->SetBarrelRadius(129.00);
151 calo3d->SetEndCapPos(268.36);
168 v->SetElementName(
"Viewer - 2D");
172 mng->SetProjection(t);
194 slot->ReplaceWindow(
v);
204 jet->SetMainTransparency(60);
206 jet->SetCylinder(129 - 10, 268.36 - 10);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TEveManager * gEve
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Visualization of a calorimeter event data in 2D.
Visualization of a calorimeter event data in 3D.
A central manager for calorimeter data of an event written in TH2F.
A central manager for calorimeter event data.
GL-overlay control GUI for TEveCaloLego.
Visualization of calorimeter data as eta/phi histogram.
void SetElementName(const char *name) override
Virtual function for setting of name of an element.
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
virtual void AddElement(TEveElement *el)
Add el to the list of children.
Draws a jet cone with leading particle is specified in (eta,phi) and cone radius is given.
A base class of TGLEventHandler.
TEveViewerList * GetViewers() const
TEveViewer * GetDefaultViewer() const
Returns the default viewer - the first one in the fViewers list.
TEveBrowser * GetBrowser() const
TEveGedEditor * GetEditor() const
Returns main object editor.
static TEveManager * Create(Bool_t map_window=kTRUE, Option_t *opt="FIV")
If global TEveManager* gEve is not set initialize it.
TGListTreeItem * AddToListTree(TEveElement *re, Bool_t open, TGListTree *lt=nullptr)
void Redraw3D(Bool_t resetCameras=kFALSE, Bool_t dropLogicals=kFALSE)
TEveScene * SpawnNewScene(const char *name, const char *title="")
Create a new scene.
TEveScene * GetEventScene() const
Axes for non-linear projections.
Manager class for steering of projections and managing projected objects.
Eve representation of TGLScene.
void AddElement(TEveElement *el) override
Call base-class implementation.
Eve representation of TGLViewer.
Description of TEveWindowSlot.
static TEveWindowSlot * CreateWindowInTab(TGTab *tab, TEveWindow *eve_parent=nullptr)
Create a new tab in a given tab-widget and populate it with a default window-slot.
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.
virtual Bool_t SetTab(Int_t tabIndex, Bool_t emit=kTRUE)
Brings the composite frame with the index tabIndex to the front and generate the following event if t...
2-D histogram with a float per channel (see TH1 documentation)
TGTab * GetTabRight() const
void add_jet(REveElement *parent, const char *name, Float_t eta, Float_t phi, Float_t deta, Float_t dphi)
constexpr Double_t TwoPi()