Package | Description |
---|---|
org.lcsim.geometry.compact.converter.lcdd | |
org.lcsim.geometry.compact.converter.lcdd.util |
Modifier and Type | Field and Description |
---|---|
(package private) Material |
SiTrackerSpectrometer.vacuum |
(package private) Material |
SiTrackerEndcap2.vacuum |
(package private) Material |
SiTrackerFixedTarget.vacuum |
(package private) Material |
SiTrackerFixedTarget2.vacuum |
Modifier and Type | Method and Description |
---|---|
static Material |
LCDDFactory.createMaterial(String name)
Create a material.
|
Material |
LCDD.getMaterial(String name) |
private Material |
LCDD.getTrackingMaterial() |
private Material |
LCDD.getWorldMaterial() |
private static Material |
LCDDMaterialHelper.makeMaterial(org.jdom.Element m) |
Modifier and Type | Method and Description |
---|---|
void |
LCDD.addMaterial(Material material) |
static Volume |
LCDDFactory.createVolume(Material material,
Solid solid,
SensitiveDetector sd,
Region region,
LimitSet limits,
List<PhysVol> pvs)
Create a Volume with all parameters, but copy the name from the Solid.
|
static Volume |
LCDDFactory.createVolume(String name,
Material material,
Solid solid)
Create a basic Volume.
|
static Volume |
LCDDFactory.createVolume(String name,
Material material,
Solid solid,
SensitiveDetector sd,
Region region,
LimitSet limits,
List<PhysVol> pvs)
Create a Volume with all parameters.
|
void |
Volume.setMaterial(Material mat) |
Constructor and Description |
---|
Volume(String name,
Solid solid,
Material material) |
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.