ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DGele/PhysicsTools/PatUtils/src/CandRefHelper.cc
Revision: 1.2
Committed: Tue Oct 20 17:43:13 2009 UTC (15 years, 6 months ago) by dgele
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
remove

File Contents

# Content
1 #include "PhysicsTools/PatUtils/interface/RefHelper.h"
2 #include "DataFormats/Candidate/interface/Candidate.h"
3 /* Just to test that it compiles */
4 namespace { namespace {
5 ::pat::helper::RefHelper< ::reco::Candidate > crh( edm::ValueMap< ::edm::RefToBase< ::reco::Candidate > >() );
6 } }