|
||||
File indexing completed on 2024-04-06 12:04:58
0001 #include "DataFormats/PatCandidates/interface/PATObject.h" 0002 0003 namespace pat { 0004 const reco::CandidatePtrVector& get_empty_cpv() { 0005 static const reco::CandidatePtrVector EMPTY_CPV; 0006 return EMPTY_CPV; 0007 } 0008 0009 const std::string& get_empty_str() { 0010 static const std::string EMPTY_STR; 0011 return EMPTY_STR; 0012 } 0013 } // namespace pat
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |