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