CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PATObject.cc
Go to the documentation of this file.
2 
3 namespace pat {
5  static const reco::CandidatePtrVector EMPTY_CPV;
6  return EMPTY_CPV;
7  }
8 
10  static const std::string EMPTY_STR;
11  return EMPTY_STR;
12  }
13 } // namespace pat
const reco::CandidatePtrVector & get_empty_cpv()
Definition: PATObject.cc:4
const std::string & get_empty_str()
Definition: PATObject.cc:9