Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
projection_prescale.C File Reference
#include <sstream>
#include <iostream>
#include "TGeoManager.h"
#include "TGeoVolume.h"
#include "TGeoMaterial.h"
#include "TGeoMatrix.h"
#include "TSystem.h"
#include "TFile.h"
#include "TRandom.h"
#include <ROOT/REveGeoShape.hxx>
#include <ROOT/REveTrans.hxx>
#include <ROOT/REveScene.hxx>
#include <ROOT/REveViewer.hxx>
#include <ROOT/REveElement.hxx>
#include <ROOT/REveManager.hxx>
#include <ROOT/REvePointSet.hxx>
#include <ROOT/REveLine.hxx>
#include <ROOT/REveProjectionManager.hxx>
#include <ROOT/REveProjectionBases.hxx>
Include dependency graph for projection_prescale.C:

Functions

TGeoNodegetNodeFromPath (TGeoNode *top, std::string path)
 
REX::REvePointSetgetPointSet (int npoints=2, float s=2, int color=28)
 
void makeProjectedViewsAndScene (REX::REveProjection::EPType_e type, bool scale)
 
void projection_prescale (std::string type="RhPhi")
 

Variables

REX::REveManagereveMng = nullptr
 

Detailed Description

This example display projection prescale.

Definition in file projection_prescale.C.

Function Documentation

◆ getNodeFromPath()

TGeoNode * getNodeFromPath ( TGeoNode top,
std::string  path 
)

Definition at line 74 of file projection_prescale.C.

◆ getPointSet()

REX::REvePointSet * getPointSet ( int  npoints = 2,
float  s = 2,
int  color = 28 
)

Definition at line 35 of file projection_prescale.C.

◆ makeProjectedViewsAndScene()

void makeProjectedViewsAndScene ( REX::REveProjection::EPType_e  type,
bool  scale 
)

Definition at line 50 of file projection_prescale.C.

◆ projection_prescale()

void projection_prescale ( std::string  type = "RhPhi")

Definition at line 86 of file projection_prescale.C.

Variable Documentation

◆ eveMng

REX::REveManager* eveMng = nullptr

Definition at line 33 of file projection_prescale.C.