CMS 3D CMS Logo

GenMET.cc
Go to the documentation of this file.
2 
3 using namespace reco;
4 
6 {
13 
14  //obsolete variables that need to be removed in 4_X_Y
15  gen_data.m_EmEnergy = 0.0;
16  gen_data.m_HadEnergy = 0.0;
19 }
20 
21 bool GenMET::overlap( const Candidate & ) const
22 {
23  return false;
24 }
bool overlap(const Candidate &) const override
check overlap with another candidate
Definition: GenMET.cc:21
fixed size matrix
SpecificGenMETData gen_data
Definition: GenMET.h:86