Back to home page

Project CMSSW displayed by LXR

 
 

    


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