ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DGele/PhysicsTools/PatAlgos/plugins/PATPrimaryVertexCleaner.cc
Revision: 1.1.1.1 (vendor branch)
Committed: Tue Oct 20 17:15:14 2009 UTC (15 years, 6 months ago) by dgele
Content type: text/plain
Branch: ANA
CVS Tags: start
Changes since 1.1: +0 -0 lines
Log Message:
version CMSSW_2_2_10

File Contents

# User Rev Content
1 dgele 1.1 #include "PhysicsTools/PatAlgos/interface/PATPrimaryVertexSelector.h"
2     #include "PhysicsTools/UtilAlgos/interface/ObjectSelector.h"
3    
4     typedef ObjectSelector<PATPrimaryVertexSelector> PATPrimaryVertexCleaner;
5    
6     #include "FWCore/Framework/interface/MakerMacros.h"
7     DEFINE_FWK_MODULE(PATPrimaryVertexCleaner);