1 #ifndef PNDSDSCLUSTER_H 
    2 #define PNDSDSCLUSTER_H 
    6 #include "FairMultiLinkedData_Interface.h" 
   24       out << 
"Hits in Cluster: (" ;
 
   25       for (UInt_t 
i = 0; 
i<list.size();
i++)
 
   26         out << list[
i] << 
" ";
 
   27       out << 
")" << std::endl;
 
   37     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 
Int_t GetClusterSize() const 
Class to store the Digis which belong to one cluster This class holds the information which Digi belo...
virtual void SetClusterList(Int_t DigiType, std::vector< Int_t > list, Int_t fileId, Int_t eventId)=0
ClassDef(PndSdsCluster, 2)
Int_t GetDigiIndex(Int_t i) const 
bool DigiBelongsToCluster(Int_t digiIndex)
std::vector< Int_t > fClusterList