| 58 |  |  | 
| 59 |  | private: | 
| 60 |  |  | 
| 61 | < | void writeOrderParameter(); | 
| 62 | < | virtual void initalizeHistogram(); | 
| 63 | < | virtual void collectHistogram(RealType Q_l, RealType W_l_hat); | 
| 61 | > | void writeOrderParameter(RealType ql, RealType wlhat); | 
| 62 |  |  | 
| 63 |  | Snapshot* currentSnapshot_; | 
| 64 |  |  | 
| 70 |  | int lNumber_; | 
| 71 |  | int mSize_; | 
| 72 |  | int frameCounter_; | 
| 75 | – |  | 
| 76 | – | RealType MinQ_; | 
| 77 | – | RealType MaxQ_; | 
| 78 | – | RealType deltaQ_; | 
| 79 | – | RealType sumQ_; | 
| 80 | – | RealType sumQ2_; | 
| 81 | – | int Qcount_; | 
| 82 | – | std::vector<int> Q_histogram_; | 
| 83 | – |  | 
| 84 | – | RealType MinW_; | 
| 85 | – | RealType MaxW_; | 
| 86 | – | RealType deltaW_; | 
| 87 | – | RealType sumW_; | 
| 88 | – | RealType sumW2_; | 
| 89 | – | int Wcount_; | 
| 90 | – | std::vector<int> W_histogram_; | 
| 73 |  | }; | 
| 74 |  | } | 
| 75 |  |  |