public interface IPhysicalVolume
ILogicalVolume
objects in the geometry tree.Modifier and Type | Method and Description |
---|---|
int |
getCopyNumber()
Get the copy number.
|
ILogicalVolume |
getLogicalVolume()
Get the associated LogicalVolume.
|
ILogicalVolume |
getMotherLogicalVolume()
Get the mother's LogicalVolume.
|
String |
getName() |
IRotation3D |
getRotation()
Get the rotation component of the coordinate transform.
|
ITransform3D |
getTransform()
Get the transformation from mother's coordinate system.
|
Hep3Vector |
getTranslation()
Get the translation component of the coordinate transform.
|
boolean |
isSensitive()
True if this volume is a sensitive component;
False if this volume is not a sensitive component.
|
Hep3Vector |
transformParentToLocal(Hep3Vector point)
Transform a point from parent to this volume.
|
String getName()
ILogicalVolume getLogicalVolume()
ILogicalVolume getMotherLogicalVolume()
ITransform3D getTransform()
Hep3Vector getTranslation()
IRotation3D getRotation()
int getCopyNumber()
Hep3Vector transformParentToLocal(Hep3Vector point)
point
- A point in parent coordinate system.boolean isSensitive()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.