13const char*
histFile =
"http://root.cern/files/cms_calo_hist.root";
30 mng->SetProjection(t);
40 view->AddScene(geomScene);
41 view->AddScene(eventScene);
49 jet->SetMainTransparency(60);
50 jet->SetLineColor(
kRed);
52 jet->AddEllipticCone(eta, phi, deta, dphi);
53 jet->SetPickable(
kTRUE);
54 jet->SetHighlightFrame(
kFALSE);
60 auto eveMng = REveManager::Create();
64 auto ecalHist = (
TH2F*)hf->Get(
"ecalLego");
65 auto hcalHist = (
TH2F*)hf->Get(
"hcalLego");
67 data->AddHistogram(ecalHist);
68 data->RefSliceInfo(0).Setup(
"ECAL", 0.f,
kBlue);
69 data->AddHistogram(hcalHist);
70 data->RefSliceInfo(1).Setup(
"HCAL", 0.1,
kRed);
75 b1->SetMainColor(
kCyan);
76 b1->SetMainTransparency(90);
81 calo3d->SetBarrelRadius(
kR_max + 1);
82 calo3d->SetEndCapPos(
kZ_d + 1);
83 calo3d->SetMaxTowerH(300);
86 add_jet(calo3d,
"JetCone Lojz", 1.4, 1.0, 0.4, 0.2);
87 add_jet(calo3d,
"JetCone Mici", -2.0, -2.1, 0.2, 0.4);
89 makeCalo2D(calo3d,
"RPhi", REveProjection::kPT_RPhi);
90 makeCalo2D(calo3d,
"RhoZ", REveProjection::kPT_RhoZ);
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
virtual void AddElement(REveElement *el)
Add el to the list of children.
REveElement * FirstChild() const
Returns the first child element or 0 if the list is empty.
REveScene * GetEventScene() const
REveScene * GetGlobalScene() const
REveScene * SpawnNewScene(const char *name, const char *title="")
Create a new scene.
REveViewer * SpawnNewViewer(const char *name, const char *title="")
Create a new GL viewer.
void Show(const RWebDisplayArgs &args="")
Show eve manager in specified browser.
REveProjectionManager Manager class for steering of projections and managing projected objects.
void SetCameraType(ECameraType t)
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.
2-D histogram with a float per channel (see TH1 documentation)
ROOT::Experimental::REveManager * eveMng
void add_jet(REveElement *parent, const char *name, Float_t eta, Float_t phi, Float_t deta, Float_t dphi)
void makeCalo2D(REveCalo3D *calo3d, const char *pname, REveProjection::EPType_e t)
R__EXTERN REveManager * gEve