FairShip
Loading...
Searching...
No Matches
ISTLPointContainer.h
Go to the documentation of this file.
1#ifndef SHIPDATA_ISTLPOINTCONTAINER_H_
2#define SHIPDATA_ISTLPOINTCONTAINER_H_
3
4#include <map>
5
6#include "RtypesCore.h"
7
17 public:
24 const std::map<Int_t, Int_t>& indexMap) = 0;
25
26 virtual ~ISTLPointContainer() = default;
27};
28
29#endif // SHIPDATA_ISTLPOINTCONTAINER_H_
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