3#ifndef ECALPRECLUSTER_H
4#define ECALPRECLUSTER_H
30 for(Int_t i=0;i<size;i++)
31 fCells.push_back(cells[i]);
38 for(Int_t i=0;i<size;i++)
39 fCells.push_back(cells[i]);
std::list< ecalCell * > fCells
ecalPreCluster & operator=(const ecalPreCluster &)
ecalPreCluster(const std::list< ecalCell * > cells, ecalMaximum *max, Double_t energy=-1111.0)
ecalPreCluster(ecalCell **cells, Int_t size, ecalCell *max, Double_t energy=-1111.0)
ecalPreCluster(const std::list< ecalCell * > cells, ecalCell *max, Double_t energy=-1111.0)
ecalPreCluster(const ecalPreCluster &)
ecalPreCluster(ecalCell **cells, Int_t size, ecalMaximum *max, Double_t energy=-1111.0)