Package org.jlab.geometry.utils
Class SCAD
java.lang.Object
org.jlab.geometry.utils.SCAD
- Author:
- kenjo
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidtoSCAD(List<Geant4Factory> factories, String dirname, String scadname) static StringtoSCAD(Geant4Factory factory, String dirname) static voidtoSCAD(Geant4Factory factory, String dirname, String scadname) 
- 
Constructor Details- 
SCADpublic SCAD()
 
- 
- 
Method Details- 
toSCAD- Throws:
- IOException
 
- 
toSCADpublic static void toSCAD(Geant4Factory factory, String dirname, String scadname) throws IOException - Throws:
- IOException
 
- 
toSCADpublic static void toSCAD(List<Geant4Factory> factories, String dirname, String scadname) throws IOException - Throws:
- IOException
 
 
-