ROOT
6.06/09
Reference Guide
|
#include "TGeoManager.h"
#include "TGeoMatrix.h"
#include "TXMLEngine.h"
#include "TGeoVolume.h"
#include "TGeoBBox.h"
#include "TGeoParaboloid.h"
#include "TGeoArb8.h"
#include "TGeoTube.h"
#include "TGeoCone.h"
#include "TGeoTrd2.h"
#include "TGeoPcon.h"
#include "TGeoPgon.h"
#include "TGeoSphere.h"
#include "TGeoTorus.h"
#include "TGeoPara.h"
#include "TGeoHype.h"
#include "TGeoEltu.h"
#include "TGeoXtru.h"
#include "TGeoScaledShape.h"
#include "TROOT.h"
#include "TMath.h"
#include "TMap.h"
#include "TObjString.h"
#include "TGeoExtension.h"
#include "TGeoMaterial.h"
#include "TGeoBoolNode.h"
#include "TGeoMedium.h"
#include "TGeoElement.h"
#include "TGeoShape.h"
#include "TGeoCompositeShape.h"
#include "TGDMLParse.h"
#include <stdlib.h>
#include <string>
Go to the source code of this file.
Functions | |
ClassImp (TGDMLParse) TGeoVolume *TGDMLParse | |
creates the new instance of the XMLEngine called 'gdml', using the filename >> then parses the file and creates the DOM tree. More... | |
ClassImp (TGDMLRefl) TGDMLRefl | |
this constructor method stores the values brought in as params. More... | |
ClassImp | ( | TGDMLParse | ) |
creates the new instance of the XMLEngine called 'gdml', using the filename >> then parses the file and creates the DOM tree.
Then passes the DOM to the next function to translate it.
Definition at line 120 of file TGDMLParse.cxx.
ClassImp | ( | TGDMLRefl | ) |
this constructor method stores the values brought in as params.
Definition at line 3797 of file TGDMLParse.cxx.