1#ifndef SHIPDATA_ISTLPOINTCONTAINER_H_
2#define SHIPDATA_ISTLPOINTCONTAINER_H_
24 const std::map<Int_t, Int_t>& indexMap) = 0;
Interface for detectors using STL containers (std::vector) for MC points.
virtual void UpdatePointTrackIndices(const std::map< Int_t, Int_t > &indexMap)=0
Update track indices in point collection after track filtering.
virtual ~ISTLPointContainer()=default