View Javadoc

1   package org.lcsim.recon.tracking.ftf;
2   public class FtfContainer
3   {
4       
5       Object first;
6       Object last;
7   }