#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>
Functions | |
TGeoNode * | getNodeFromPath (TGeoNode *top, std::string path) |
REX::REvePointSet * | getPointSet (int npoints=2, float s=2, int color=28) |
void | makeProjectedViewsAndScene (REX::REveProjection::EPType_e type, bool scale) |
void | projection_prescale (std::string type="RPhi") |
Variables | |
REX::REveManager * | eveMng = nullptr |
This example display projection prescale.
Definition in file projection_prescale.C.
Definition at line 75 of file projection_prescale.C.
REX::REvePointSet * getPointSet | ( | int | npoints = 2 , |
float | s = 2 , |
||
int | color = 28 |
||
) |
Definition at line 35 of file projection_prescale.C.
void makeProjectedViewsAndScene | ( | REX::REveProjection::EPType_e | type, |
bool | scale | ||
) |
Definition at line 50 of file projection_prescale.C.
void projection_prescale | ( | std::string | type = "RPhi" | ) |
Definition at line 87 of file projection_prescale.C.
REX::REveManager* eveMng = nullptr |
Definition at line 33 of file projection_prescale.C.