ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ForwardAnalysis/Utilities/plugins/TrackAssociatedWithPVSelector.cc
Revision: 1.1
Committed: Fri Aug 26 10:19:59 2011 UTC (13 years, 8 months ago) by antoniov
Content type: text/plain
Branch: MAIN
Log Message:
update

File Contents

# User Rev Content
1 antoniov 1.1 #include "FWCore/Framework/interface/MakerMacros.h"
2    
3     #include "CommonTools/RecoAlgos/interface/TrackFullCloneSelectorBase.h"
4     #include "DiffractiveForwardAnalysis/SingleDiffractiveWAnalysis/interface/TrackAssociatedWithPVSelector.h"
5    
6     namespace reco {
7     namespace modules {
8    
9     typedef TrackFullCloneSelectorBase< ::TrackAssociatedWithPVSelector > TrackAssociatedWithPVSelector;
10    
11     //DEFINE_FWK_MODULE(TrackAssociatedWithPVSelector);
12     }
13     }