58 const std::string& sele1,
const std::string& sele2,
59 int order,
int nZbins,
int axis = 2);
63 virtual void computeFrame(
int frame);
64 virtual int computeProperty1(
int frame,
StuntDouble* sd);
65 virtual Vector3d calcCorrVal(
int frame1,
int frame2,
int id1,
int id2);
66 virtual void correlateFrames(
int frame1,
int frame2,
int timeBin);
67 virtual void postCorrelate();
68 virtual void writeCorrelate();
72 RealType boxZ_, halfBoxZ_;
76 std::string axisLabel_;
78 std::vector<std::vector<RotMat3x3d>> rotMats_;
79 std::vector<std::vector<Vector3d>> histogram_;
80 std::vector<std::vector<int>> counts_;
81 std::vector<std::vector<int>> zbin_;