meshi.applications.corpus
Class BasicLoopResult

java.lang.Object
  extended by meshi.applications.corpus.BasicLoopResult

public class BasicLoopResult
extends java.lang.Object


Field Summary
protected  double[][] coors
           
protected  double evEnergy
           
protected  int[] fragRank
           
protected  double[][] myPhiPsi
           
protected  double score
           
 
Constructor Summary
BasicLoopResult()
           
BasicLoopResult(double evEnergy, double score, int[] fragRank_p, double[][] coors, double[][] myPhiPsi)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

evEnergy

protected double evEnergy

score

protected double score

coors

protected double[][] coors

myPhiPsi

protected double[][] myPhiPsi

fragRank

protected int[] fragRank
Constructor Detail

BasicLoopResult

public BasicLoopResult()

BasicLoopResult

public BasicLoopResult(double evEnergy,
                       double score,
                       int[] fragRank_p,
                       double[][] coors,
                       double[][] myPhiPsi)