30 m_regions = (b.m_regions ? std::make_unique<MissingEtRegions>(*b.m_regions) : 0);
78 std::unique_ptr<MissingEtRegions> theRegions,
128 double theEta,
double weight)
131 m_ex -= theEx * weight;
132 m_ey -= theEy * weight;
virtual double et() const
virtual const MissingEtRegions * getRegions() const
std::unique_ptr< MissingEtRegions > m_regions
virtual double sumet() const
virtual void setEtSum(double theSum)
virtual void setEx(double theEx)
virtual void add(double theEx, double theEy, double theEt, double theEta, double weight)
virtual double etx() const
virtual double phi() const
virtual double ety() const
virtual void setEy(double theEy)
MissingET & operator=(const MissingET &b)
virtual Source getSource() const