00001 #include "PhysicsTools/PatUtils/interface/RefHelper.h" 00002 #include "DataFormats/Candidate/interface/Candidate.h" 00003 /* Just to test that it compiles */ 00004 namespace { namespace { 00005 ::pat::helper::RefHelper< ::reco::Candidate > crh( edm::ValueMap< ::edm::RefToBase< ::reco::Candidate > >() ); 00006 } }