13 #ifndef PNDHYPSTRIPCLUSTERBUILDER_H 14 #define PNDHYPSTRIPCLUSTERBUILDER_H 25 typedef std::map<std::string, std::map<SensorSide, Indexpair>>
Fullmap;
38 std::vector<PndHypCluster>
GetClusters() {
return fClusters; }
50 void AddCluster(
const std::vector<Int_t> &onecluster,
SensorSide side);
52 std::vector<Int_t> fTopclusters;
53 std::vector<Int_t> fBotclusters;
54 std::vector<PndHypCluster> fClusters;
61 #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