View Javadoc

1   package org.lcsim.geometry.compact.converter.lcdd.util;
2   
3   /**
4    * 
5    * @author tonyj
6    */
7   public class UnsegmentedCalorimeter extends Calorimeter
8   {
9       public UnsegmentedCalorimeter( String name )
10      {
11          super( "unsegmented_calorimeter", name );
12      }
13      
14      /*
15      public void setSegmentation(Segmentation segmentation)
16      {
17         addContent(segmentation);
18      }
19      */
20  }