13 #ifndef PNDSDSCLUSTER_H 14 #define PNDSDSCLUSTER_H 18 #include "FairMultiLinkedData_Interface.h" 35 out <<
"Hits in Cluster: (";
36 for (UInt_t
i = 0;
i < list.size();
i++)
37 out << list[
i] <<
" ";
38 out <<
")" << std::endl;
48 virtual void SetClusterList(Int_t DigiType, std::vector<Int_t> list, Int_t fileId, Int_t eventId) = 0;
friend std::ostream & operator<<(std::ostream &out, PndSdsCluster &cl)
std::vector< Int_t > GetClusterList() const
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
virtual void SetClusterList(Int_t DigiType, std::vector< Int_t > list, Int_t fileId, Int_t eventId)=0
ClassDef(PndSdsCluster, 2)
Int_t GetClusterSize() const
bool DigiBelongsToCluster(Int_t digiIndex)
std::vector< Int_t > fClusterList