CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 }
virtual bool overlap(const Candidate &) const
check overlap with another candidate
Definition: GenMET.cc:21
SpecificGenMETData gen_data
Definition: GenMET.h:86