| 44 |  | #include "selection/SelectionManager.hpp" | 
| 45 |  | #include "applications/staticProps/StaticAnalyser.hpp" | 
| 46 |  | #include "math/Vector3.hpp" | 
| 47 | + | #include "math/Wigner3jm_interface.h" | 
| 48 |  |  | 
| 49 |  | namespace oopse { | 
| 50 |  |  | 
| 58 |  |  | 
| 59 |  | private: | 
| 60 |  |  | 
| 61 | < | void writeOrderParameter(); | 
| 61 | < | virtual void initalizeHistogram(); | 
| 62 | < | virtual void collectHistogram(RealType Q_l, RealType W_l_hat); | 
| 63 | < | virtual void processHistogram(); | 
| 61 | > | void writeOrderParameter(RealType ql, RealType wlhat); | 
| 62 |  |  | 
| 63 |  | Snapshot* currentSnapshot_; | 
| 64 |  |  | 
| 69 |  | RealType rCut_; | 
| 70 |  | int lNumber_; | 
| 71 |  | int mSize_; | 
| 72 | < |  | 
| 75 | < | RealType MaxQ_; | 
| 76 | < | RealType deltaQ_; | 
| 77 | < |  | 
| 78 | < | RealType MaxW_; | 
| 79 | < | RealType deltaW_ | 
| 80 | < |  | 
| 81 | < | std::vector<int> Q_histogram_; | 
| 82 | < | std::vector<int> W_histogram_; | 
| 83 | < |  | 
| 72 | > | int frameCounter_; | 
| 73 |  | }; | 
| 74 |  | } | 
| 75 |  |  |