# | Line 56 | Line 56 | namespace mithep | |
---|---|---|
56 | Double32_t fPreshowerEnergy; //energy in the preshower | |
57 | Double32_t fPhiWidth; //width in Phi | |
58 | Double32_t fRawEnergy; //super cluster raw energy | |
59 | < | RefArray<BasicCluster,1024> fClusters; //assigned basic clusters |
59 | > | RefArray<BasicCluster> fClusters; //assigned basic clusters |
60 | Ref<BasicCluster> fSeedRef; //seed cluster | |
61 | ||
62 | ClassDef(SuperCluster, 1) // Super cluster class |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |