25 #ifndef PNDHYPSTRIPCLUSTERBUILDER_H 26 #define PNDHYPSTRIPCLUSTERBUILDER_H 37 typedef std::map<std::string, std::map<SensorSide, Indexpair>>
Fullmap;
50 std::vector<PndHypCluster>
GetClusters() {
return fClusters; }
62 void AddCluster(
const std::vector<Int_t> &onecluster,
SensorSide side);
64 std::vector<Int_t> fTopclusters;
65 std::vector<Int_t> fBotclusters;
66 std::vector<PndHypCluster> fClusters;
73 #endif // PndHypStripClusterBuilder
Class to store the Digis which belong to one cluster This class holds the information which Digi belo...
PndHypCluster GetBotCluster(Int_t i)
void Reinit()
-----------------------------------------------------------------------—///
PndHypCluster GetTopCluster(Int_t i)
std::map< std::string, std::map< SensorSide, Indexpair > > Fullmap
PndHypCluster GetCluster(Int_t i)
void AddDigi(std::string detname, SensorSide side, Int_t strip, Int_t iPoint)
PndHypStripClusterBuilder()
std::map< Int_t, Int_t > Indexpair
std::vector< Int_t > GetTopClusterIDs() const
std::vector< PndHypCluster > SearchClusters()
virtual ~PndHypStripClusterBuilder()
std::vector< PndHypCluster > GetClusters()
std::vector< Int_t > GetBotClusterIDs() const