1 #ifndef DataFormats_L1HGCal_ClusterShapes_H 2 #define DataFormats_L1HGCal_ClusterShapes_H 47 void Init(
float e,
float eta,
float phi,
float r = 0.);
48 inline void Add(
float e,
float eta,
float phi,
float r = 0.0) { (*this) +=
ClusterShapes(e, eta, phi,
r); }
58 inline int N()
const {
return n_; }
ClusterShapes(float e, float eta, float phi, float r)
float SigmaPhiPhi() const
void Init(float e, float eta, float phi, float r=0.)
ClusterShapes operator+(const ClusterShapes &)
float SigmaEtaEta() const
ClusterShapes & operator=(const ClusterShapes &)=default
float SigmaEtaPhi() const
void Add(float e, float eta, float phi, float r=0.0)
void operator+=(const ClusterShapes &)