54 GofR(
SimInfo* info,
const std::string& filename,
const std::string& sele1,
55 const std::string& sele2, RealType len,
int nrbins);
57 int getNRBins() {
return nRBins_; }
59 RealType getLength() {
return len_; }
62 virtual void preProcess();
63 virtual void initializeHistogram();
65 virtual void processHistogram();
66 virtual void postProcess();
68 virtual void writeRdf();
74 std::vector<int> histogram_;
75 std::vector<RealType> avgGofr_;
76 std::vector<RealType> sumGofr1_;
77 std::vector<RealType> sumGofr2_;