41      ps->SetNextPoint(
r.Uniform(-s, s), 
r.Uniform(-s, s), 
r.Uniform(-s, s));
 
   43   ps->SetMarkerColor(color);
 
   44   ps->SetMarkerSize(3 + 
r.Uniform(1, 2));
 
 
   57      p->AddPreScaleEntry(0, 0, 4);  
 
   58      p->AddPreScaleEntry(0, 45, 1); 
 
   59      p->AddPreScaleEntry(0, 310, 0.5);
 
 
   77   istringstream 
f(path);
 
 
   87   eveMng = REX::REveManager::Create();
 
   97   m->SetShape(
n->GetVolume()->GetShape());
 
  101   auto bv = 
n->GetVolume();
 
  102   for (
int i = 1; i < 5; ++i) {
 
  104      auto n = 
bv->FindNode(
Form(
"MBXC_%d", i));
 
  105      auto gss = 
n->GetVolume()->GetShape();
 
  107      b1s->InitMainTrans();
 
  108      const double *
move = 
n->GetMatrix()->GetTranslation();
 
  109      b1s->RefMainTrans().SetFrom(*(
n->GetMatrix()));
 
  117   line->SetNextPoint(0, 0, 0);
 
  123   line2->SetNextPoint(0, 0, 0);
 
  125   line2->SetNextPoint(
b, 
b + 5, 
b);
 
  126   line2->SetMainColor(
kRed);
 
  133   if (
type == 
"RPhi") {
 
 
int Int_t
Signed integer 4 bytes (int)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t points
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
 
R__EXTERN TRandom * gRandom
 
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.
 
REveLine An arbitrary polyline with fixed line and marker attributes.
 
REveScene * GetEventScene() const
 
TGeoManager * GetGeometry(const TString &filename)
Get geometry with given filename.
 
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.
 
virtual REveElement * ImportElements(REveElement *el, REveElement *ext_list=nullptr)
Recursively import elements and apply projection to the newly imported objects.
 
REveProjection * GetProjection()
 
REveProjection Base for specific classes that implement non-linear projections.
 
void SetCameraType(ECameraType t)
 
virtual void AddScene(REveScene *scene)
Add 'scene' to the list of scenes.
 
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.
 
A node represent a volume positioned inside another.They store links to both volumes and to the TGeoM...
 
TGeoVolume * GetVolume() const
 
TGeoNode * FindNode(const char *name) const
search a daughter inside the list of nodes
 
This is the base class for the ROOT Random number generators.
 
TGeoNode * getNodeFromPath(TGeoNode *top, std::string path)
 
REX::REveManager * eveMng
 
void makeProjectedViewsAndScene(REX::REveProjection::EPType_e type, bool scale)
 
REX::REvePointSet * getPointSet(int npoints=2, float s=2, int color=28)
 
void projection_prescale(std::string type="RPhi")
 
REX::REveScene * rPhiGeomScene
 
REX::REveScene * rPhiEventScene
 
REX::REveViewer * rphiView
 
REX::REveProjectionManager * mngRhoPhi