8 #ifndef PNDSDSCLUSTERSTRIP_H_
9 #define PNDSDSCLUSTERSTRIP_H_
17 out <<
"Hits in Cluster:" << std::endl;
18 for (UInt_t
i = 0;
i<list.size();
i++)
19 out << list[
i] << std::endl;
30 void SetClusterList(Int_t DigiType, std::vector<Int_t> list, Int_t fileId = -1, Int_t eventId = -1){
32 SetLinks(FairMultiLinkedData(DigiType, list, fileId, eventId));
virtual ~PndSdsClusterStrip()
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)
void SetClusterList(Int_t DigiType, std::vector< Int_t > list, Int_t fileId=-1, Int_t eventId=-1)
ClassDef(PndSdsClusterStrip, 1)
SensorSide GetSensorSide() const
void SetSensorSide(SensorSide s)
std::vector< Int_t > fClusterList
friend std::ostream & operator<<(std::ostream &out, PndSdsClusterStrip &cl)