View Javadoc

1   package org.lcsim.geometry.compact.converter.lcdd.util;
2   
3   import org.jdom.Element;
4   
5   /**
6    *
7    * @author tonyj
8    */
9   public class Segmentation extends Element
10  {
11     public Segmentation(String type)
12     {
13        super(type);
14     }
15  }