#include <sstream>
#include <iostream>
#include "TGeoManager.h"
#include "TGeoVolume.h"
#include "TGeoMaterial.h"
#include "TGeoMatrix.h"
#include "TSystem.h"
#include "TFile.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>
Functions | |
void | filterChildNodes (TGeoNode *pn, REX::REveTrans &trans, REX::REveElement *holder, std::string mat, int maxlevel, int level) |
void | geom_cms () |
TGeoNode * | getNodeFromPath (TGeoNode *top, std::string path) |
void | makeEveGeoShape (TGeoNode *n, REX::REveTrans &trans, REX::REveElement *holder) |
void filterChildNodes | ( | TGeoNode * | pn, |
REX::REveTrans & | trans, | ||
REX::REveElement * | holder, | ||
std::string | mat, | ||
int | maxlevel, | ||
int | level | ||
) |
Definition at line 31 of file geom_cms.C.
void geom_cms | ( | ) |
Definition at line 76 of file geom_cms.C.
Definition at line 65 of file geom_cms.C.
void makeEveGeoShape | ( | TGeoNode * | n, |
REX::REveTrans & | trans, | ||
REX::REveElement * | holder | ||
) |
Definition at line 19 of file geom_cms.C.