| 48 |  |  | 
| 49 |  | public: | 
| 50 |  | GofR(SimInfo* info, const std::string& filename, const std::string& sele1, | 
| 51 | < | const std::string& sele2, double len, int nrbins); | 
| 51 | > | const std::string& sele2, RealType len, int nrbins); | 
| 52 |  |  | 
| 53 |  | int getNRBins() { | 
| 54 |  | return nRBins_; | 
| 55 |  | } | 
| 56 |  |  | 
| 57 | < | double getLength() { | 
| 57 | > | RealType getLength() { | 
| 58 |  | return len_; | 
| 59 |  | } | 
| 60 |  |  | 
| 67 |  |  | 
| 68 |  | virtual void writeRdf(); | 
| 69 |  |  | 
| 70 | < | double len_; | 
| 70 | > | RealType len_; | 
| 71 |  | int nRBins_; | 
| 72 | < | double deltaR_; | 
| 72 | > | RealType deltaR_; | 
| 73 |  |  | 
| 74 |  | std::vector<int> histogram_; | 
| 75 | < | std::vector<double> avgGofr_; | 
| 75 | > | std::vector<RealType> avgGofr_; | 
| 76 |  | }; | 
| 77 |  |  | 
| 78 |  | } |