#include "TVoxel.C" #include class TDepthSlice : public TObject { public: TDepthSlice(); ~TDepthSlice(); std::vector voxel; };