# | Line 24 | Line 24 | namespace mithep | |
---|---|---|
24 | public: | |
25 | SuperCluster() : fEnergy(0), fEtaWidth(0), fPreshowerEnergy(0), | |
26 | fPhiWidth(0), fRawEnergy(0) {} | |
27 | – | ~SuperCluster() {} |
27 | ||
28 | const BasicCluster *Cluster(UInt_t i) const { return fClusters.At(i); } | |
29 | UInt_t ClusterSize() const { return fClusters.GetEntries(); } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |