Definition at line 58 of file ROOTwriter.py.
|
def | __init__ (self, writer) |
|
def | genName (self, name) |
|
def | rotXYZ (self, r) |
|
def | TGeoBBox (self, solid) |
|
def | TGeoParaboloid (self, solid) |
|
def | TGeoSphere (self, solid) |
|
def | TGeoArb8 (self, solid) |
|
def | TGeoConeSeg (self, solid) |
|
def | TGeoCone (self, solid) |
|
def | TGeoPara (self, solid) |
|
def | TGeoTrap (self, solid) |
|
def | TGeoGtra (self, solid) |
|
def | TGeoTrd1 (self, solid) |
|
def | TGeoTrd2 (self, solid) |
|
def | TGeoTubeSeg (self, solid) |
|
def | TGeoCtub (self, solid) |
|
def | TGeoTube (self, solid) |
|
def | TGeoPcon (self, solid) |
|
def | TGeoTorus (self, solid) |
|
def | TGeoPgon (self, solid) |
|
def | TGeoXtru (self, solid) |
|
def | TGeoEltu (self, solid) |
|
def | TGeoHype (self, solid) |
|
def | TGeoUnion (self, solid) |
|
def | TGeoIntersection (self, solid) |
|
def | TGeoSubtraction (self, solid) |
|
def | TGeoCompositeShape (self, solid) |
|
def | dumpMaterials (self, matlist) |
|
def | dumpSolids (self, shapelist) |
|
def | orderVolumes (self, volume) |
|
def | getNodes (self, volume) |
|
def | examineVol2 (self, volume) |
|
def | examineVol (self, volume) |
|
def | dumpGeoTree (self) |
|
|
list | sections = [] |
|
tuple | daughters = volume.GetNodes() |
|
tuple | currentNode = volume.GetNode(i) |
|
tuple | nextVol = currentNode.GetVolume() |
|
tuple | index = str(nextVol.GetNumber()) |
|
tuple | nd = volume.GetNdaughters() |
|
list | daughters = [] |
|
tuple | node = volume.GetNode(i) |
|
tuple | name = node.GetName() |
|
tuple | pos = node.GetMatrix() |
|
tuple | r = self.rotXYZ(node.GetMatrix().GetRotationMatrix()) |
|
string | rotname = '' |
|
def ROOTwriter.ROOTwriter.__init__ |
( |
|
self, |
|
|
|
writer |
|
) |
| |
def ROOTwriter.ROOTwriter.dumpGeoTree |
( |
|
self | ) |
|
def ROOTwriter.ROOTwriter.dumpMaterials |
( |
|
self, |
|
|
|
matlist |
|
) |
| |
def ROOTwriter.ROOTwriter.dumpSolids |
( |
|
self, |
|
|
|
shapelist |
|
) |
| |
def ROOTwriter.ROOTwriter.examineVol |
( |
|
self, |
|
|
|
volume |
|
) |
| |
def ROOTwriter.ROOTwriter.examineVol2 |
( |
|
self, |
|
|
|
volume |
|
) |
| |
def ROOTwriter.ROOTwriter.genName |
( |
|
self, |
|
|
|
name |
|
) |
| |
Definition at line 79 of file ROOTwriter.py.
Referenced by ROOTwriter.ROOTwriter.dumpMaterials(), ROOTwriter.ROOTwriter.examineVol(), ROOTwriter.ROOTwriter.TGeoArb8(), ROOTwriter.ROOTwriter.TGeoBBox(), ROOTwriter.ROOTwriter.TGeoCone(), ROOTwriter.ROOTwriter.TGeoConeSeg(), ROOTwriter.ROOTwriter.TGeoCtub(), ROOTwriter.ROOTwriter.TGeoEltu(), ROOTwriter.ROOTwriter.TGeoGtra(), ROOTwriter.ROOTwriter.TGeoHype(), ROOTwriter.ROOTwriter.TGeoIntersection(), ROOTwriter.ROOTwriter.TGeoPara(), ROOTwriter.ROOTwriter.TGeoParaboloid(), ROOTwriter.ROOTwriter.TGeoPcon(), ROOTwriter.ROOTwriter.TGeoPgon(), ROOTwriter.ROOTwriter.TGeoSphere(), ROOTwriter.ROOTwriter.TGeoTorus(), ROOTwriter.ROOTwriter.TGeoTrap(), ROOTwriter.ROOTwriter.TGeoTrd1(), ROOTwriter.ROOTwriter.TGeoTrd2(), ROOTwriter.ROOTwriter.TGeoTube(), ROOTwriter.ROOTwriter.TGeoTubeSeg(), and ROOTwriter.ROOTwriter.TGeoUnion().
def ROOTwriter.ROOTwriter.getNodes |
( |
|
self, |
|
|
|
volume |
|
) |
| |
def ROOTwriter.ROOTwriter.orderVolumes |
( |
|
self, |
|
|
|
volume |
|
) |
| |
def ROOTwriter.ROOTwriter.rotXYZ |
( |
|
self, |
|
|
|
r |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoArb8 |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoBBox |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoCompositeShape |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoCone |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoConeSeg |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoCtub |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoEltu |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoGtra |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoHype |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoIntersection |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoPara |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoParaboloid |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoPcon |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoPgon |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoSphere |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoSubtraction |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoTorus |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoTrap |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoTrd1 |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoTrd2 |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoTube |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoTubeSeg |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoUnion |
( |
|
self, |
|
|
|
solid |
|
) |
| |
def ROOTwriter.ROOTwriter.TGeoXtru |
( |
|
self, |
|
|
|
solid |
|
) |
| |
tuple ROOTwriter.ROOTwriter.currentNode = volume.GetNode(i) |
|
static |
tuple ROOTwriter.ROOTwriter.daughters = volume.GetNodes() |
|
static |
list ROOTwriter.ROOTwriter.daughters = [] |
|
static |
ROOTwriter.ROOTwriter.elements |
tuple ROOTwriter.ROOTwriter.index = str(nextVol.GetNumber()) |
|
static |
tuple ROOTwriter.ROOTwriter.name = node.GetName() |
|
static |
tuple ROOTwriter.ROOTwriter.nd = volume.GetNdaughters() |
|
static |
tuple ROOTwriter.ROOTwriter.nextVol = currentNode.GetVolume() |
|
static |
tuple ROOTwriter.ROOTwriter.node = volume.GetNode(i) |
|
static |
tuple ROOTwriter.ROOTwriter.pos = node.GetMatrix() |
|
static |
tuple ROOTwriter.ROOTwriter.r = self.rotXYZ(node.GetMatrix().GetRotationMatrix()) |
|
static |
string ROOTwriter.ROOTwriter.rotname = '' |
|
static |
list ROOTwriter.ROOTwriter.sections = [] |
|
static |
ROOTwriter.ROOTwriter.shapesCount |
ROOTwriter.ROOTwriter.writer |
The documentation for this class was generated from the following file: