66 const std::string& sele1,
const std::string& sele2,
67 int nZbins,
int axis = 2);
70 virtual void computeFrame(
int frame);
71 virtual int computeProperty1(
int frame,
StuntDouble* sd);
72 virtual void correlateFrames(
int frame1,
int frame2,
int timeBin);
73 Vector3d calcCorrValImpl(
int frame1,
int frame2,
int id1,
int id2,
77 virtual void postCorrelate();
78 virtual void writeCorrelate();
80 std::vector<std::vector<Vector3d>> positions_;
81 std::vector<std::vector<int>> zBins_;
82 std::vector<std::vector<Vector3d>> histograms_;
83 std::vector<std::vector<int>> counts_;
88 std::string axisLabel_;