#include "ROOT/REveDataTable.hxx"#include "ROOT/REveDataSimpleProxyBuilderTemplate.hxx"#include "ROOT/REveManager.hxx"#include "ROOT/REveScalableStraightLineSet.hxx"#include "ROOT/REveViewContext.hxx"#include <ROOT/REveGeoShape.hxx>#include <ROOT/REveJetCone.hxx>#include <ROOT/REvePointSet.hxx>#include <ROOT/REveProjectionBases.hxx>#include <ROOT/REveProjectionManager.hxx>#include <ROOT/REveScene.hxx>#include <ROOT/REveTableProxyBuilder.hxx>#include <ROOT/REveTableInfo.hxx>#include <ROOT/REveTrack.hxx>#include <ROOT/REveTrackPropagator.hxx>#include <ROOT/REveViewer.hxx>#include <ROOT/REveBoxSet.hxx>#include <ROOT/REveSelection.hxx>#include <ROOT/REveCalo.hxx>#include "TGeoTube.h"#include "TROOT.h"#include "TList.h"#include "TParticle.h"#include "TRandom.h"#include "TApplication.h"#include "TFile.h"#include "TH2F.h"#include <iostream>Namespaces | |
| namespace | fw3dlego |
Macros | |
| #define | RND_BOX(x) (Float_t)r.Uniform(-(x), (x)) |
Functions | |
| void | collection_proxies (bool proj=true) |
Variables | |
| ROOT::Experimental::REveManager * | eveMng = nullptr |
| ROOT::Experimental::REveProjectionManager * | g_projMng = nullptr |
| const Double_t | kR_max = 299 |
| const Double_t | kR_min = 300 |
| const Double_t | kZ_d = 300 |
| const double | fw3dlego::xbins [xbins_n] |
| const int | fw3dlego::xbins_n = 83 |
This example display collection of ??? in web browser.
Definition in file collection_proxies.C.
Definition at line 789 of file collection_proxies.C.
| ROOT::Experimental::REveManager* eveMng = nullptr |
Definition at line 58 of file collection_proxies.C.
| ROOT::Experimental::REveProjectionManager* g_projMng = nullptr |
Definition at line 59 of file collection_proxies.C.
| const Double_t kR_max = 299 |
Definition at line 42 of file collection_proxies.C.
| const Double_t kR_min = 300 |
Definition at line 41 of file collection_proxies.C.
| const Double_t kZ_d = 300 |
Definition at line 43 of file collection_proxies.C.