import hep.analysis.*;

import hep.lcd.util.driver.*;
import hep.lcd.recon.cluster.cheat.*;

final public class ClusterCheaterDriver extends Driver
{ 
   public ClusterCheaterDriver()
   {
      add(new ClusterCheater());
      add(new ClusterAnalyzer());
    }
}