8 #ifndef PNDSDSCLUSTERSTRIP_H_ 9 #define PNDSDSCLUSTERSTRIP_H_ 18 out <<
"Hits in Cluster:" << std::endl;
19 for (UInt_t
i = 0;
i < list.size();
i++)
20 out << list[
i] << std::endl;
30 void SetClusterList(Int_t DigiType, std::vector<Int_t> list, Int_t fileId = -1, Int_t eventId = -1)
33 SetLinks(FairMultiLinkedData(DigiType, list, fileId, eventId));
std::vector< Int_t > GetClusterList() const
Class to store the Digis which belong to one cluster This class holds the information which Digi belo...
PndSdsClusterStrip(Int_t DigiType, std::vector< Int_t > list)
virtual ~PndSdsClusterStrip()
SensorSide GetSensorSide() const
void SetClusterList(Int_t DigiType, std::vector< Int_t > list, Int_t fileId=-1, Int_t eventId=-1)
void SetSensorSide(SensorSide s)
std::vector< Int_t > fClusterList
friend std::ostream & operator<<(std::ostream &out, PndSdsClusterStrip &cl)