30 fDigis.assign(indices.begin(), indices.end());
39 if ( fMatch )
delete fMatch;
49 ss <<
"nofDigis=" << nofDigis <<
" | ";
50 for (Int_t
i = 0;
i < nofDigis;
i++) {
51 ss << fDigis[
i] <<
" ";
53 ss <<
" | address=" << fAddress << endl;
Base class for cluster objects.
virtual ~BmnCluster()
Destructor.
Int_t GetNofDigis() const
Number of digis in cluster.
virtual std::string ToString() const
Return string representation of the object.
void SetMatch(BmnMatch *match)