| 55 |  |  | 
| 56 |  | private: | 
| 57 |  |  | 
| 58 | < | struct OrderParam{ | 
| 59 | < | RealType p2; | 
| 60 | < | Vector3d director; | 
| 61 | < | RealType angle; | 
| 62 | < | }; | 
| 63 | < | void writeP2(); | 
| 58 | > |  | 
| 59 | > | void writeOrderParameter(); | 
| 60 | > | virtual void initalizeHistogram(); | 
| 61 | > | virtual void collectHistogram(StuntDouble* sd1, StuntDouble* sd2); | 
| 62 | > | virtual void processHistogram(); | 
| 63 |  |  | 
| 64 |  | Snapshot* currentSnapshot_; | 
| 65 |  |  | 
| 71 |  | std::vector<std::pair<StuntDouble*, StuntDouble*> > sdPairs_;  /**< each pair is used to define a vector, vector = first - second */ | 
| 72 |  | std::vector<OrderParam> orderParams_; | 
| 73 |  |  | 
| 74 | < | double rCut_; | 
| 74 | > | RealType rCut_; | 
| 75 |  | int lNumber_; | 
| 76 | + | int mSize_; | 
| 77 |  | }; | 
| 78 |  | } | 
| 79 |  |  |