SLIKMC  1.0
 All Classes Functions Variables Pages
Prior.h
1 /*
2  * Prior.h
3  *
4  * Created on: Apr 29, 2013
5  * Author: Yajia
6  */
7 
8 #ifndef PRIOR_H_
9 #define PRIOR_H_
10 
11 #include <vector.h>
12 #include <PChain.h>
16 class Prior {
17 public:
18  virtual ~Prior();
23  virtual double evaluate( PChain* protein);
24 };
25 
26 #endif /* PRIOR_H_ */