| 46 |  |  | 
| 47 |  | #include "selection/SelectionEvaluator.hpp" | 
| 48 |  | #include "selection/SelectionManager.hpp" | 
| 49 | + | #include "utils/NumericConstant.hpp" | 
| 50 |  | namespace oopse { | 
| 51 |  |  | 
| 52 |  | /** | 
| 79 |  | virtual void preProcess() {} | 
| 80 |  | virtual void postProcess() {} | 
| 81 |  |  | 
| 82 | + | int getNRealPairs() { return nRealPairs_; } | 
| 83 | + |  | 
| 84 |  | SimInfo* info_; | 
| 85 |  | Snapshot* currentSnapshot_; | 
| 86 |  |  | 
| 90 |  | std::string selectionScript1_; | 
| 91 |  | std::string selectionScript2_; | 
| 92 |  | int nProcessed_; | 
| 93 | + |  | 
| 94 |  | private: | 
| 95 |  |  | 
| 96 |  | virtual void initalizeHistogram() {} | 
| 104 |  | SelectionEvaluator evaluator2_; | 
| 105 |  | SelectionManager seleMan1_; | 
| 106 |  | SelectionManager seleMan2_; | 
| 107 | < |  | 
| 107 | > | int nRealPairs_; | 
| 108 |  | }; | 
| 109 |  |  | 
| 110 |  |  |