ROOT 6.16/01 Reference Guide |
#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="RhPhi") |
R__LOAD_LIBRARY (libGeom) | |
R__LOAD_LIBRARY (libROOTEve) | |
Definition at line 66 of file projection_prescale.C.
REX::REvePointSet * getPointSet | ( | int | npoints = 2 , |
float | s = 2 , |
||
int | color = 28 |
||
) |
Definition at line 27 of file projection_prescale.C.
void makeProjectedViewsAndScene | ( | REX::REveProjection::EPType_e | type, |
bool | scale | ||
) |
Definition at line 42 of file projection_prescale.C.
void projection_prescale | ( | std::string | type = "RhPhi" | ) |
Definition at line 78 of file projection_prescale.C.
R__LOAD_LIBRARY | ( | libGeom | ) |
R__LOAD_LIBRARY | ( | libROOTEve | ) |