1 #ifndef PNDSDSCLUSTER_H 2 #define PNDSDSCLUSTER_H 6 #include "FairMultiLinkedData_Interface.h" 23 out <<
"Hits in Cluster: (";
24 for (UInt_t
i = 0;
i < list.size();
i++)
25 out << list[
i] <<
" ";
26 out <<
")" << std::endl;
36 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