1 #ifndef PNDHYPCLUSTER_H 2 #define PNDHYPCLUSTER_H 36 out <<
"Hits in Cluster:" << std::endl;
37 for (
unsigned int i = 0;
i < list.size();
i++)
38 out << list[
i] << std::endl;
45 std::vector<Int_t> fClusterList;
Class to store the Digis which belong to one cluster This class holds the information which Digi belo...
Int_t GetDigiIndex(Int_t i) const
void SetSensorSide(SensorSide s)
Int_t GetClusterSize() const
void SetClusterList(std::vector< Int_t > list)
std::vector< Int_t > GetClusterList() const
SensorSide GetSensorSide() const
friend std::ostream & operator<<(std::ostream &out, PndHypCluster &cl)
bool DigiBelongsToCluster(Int_t digiIndex)