ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/plugins/DeltaRSelector.hh
Revision: 1.3
Committed: Tue Mar 2 10:30:14 2010 UTC (15 years, 2 months ago) by amagnan
Content type: text/plain
Branch: MAIN
CVS Tags: v01-00-00, beforeMETHacks, v00-05-03, v00-05-02, v00-05-01, v00-05-00, HbbAnaFor35X, v00-04-02, v00-04-01, v00-04-00, HEAD
Changes since 1.2: +5 -0 lines
Log Message:
convert buildfile to xml and remove deprecated SealModule file

File Contents

# User Rev Content
1 amagnan 1.1 //#include "PluginManager/ModuleDef.h"
2     #include "FWCore/Framework/interface/MakerMacros.h"
3    
4     #include "PhysicsTools/UtilAlgos/interface/ObjectSelector.h"
5     #include "UserCode/HbbAnalysis/interface/JetDeltaRSelector.hh"
6 amagnan 1.2 #include "UserCode/HbbAnalysis/interface/TauDeltaRSelector.hh"
7 amagnan 1.1
8     // define your producer name
9     typedef ObjectSelector<JetDeltaRSelector> HbbJetLeptonDeltaRSelector;
10 amagnan 1.2 typedef ObjectSelector<TauDeltaRSelector> HbbTauLeptonDeltaRSelector;
11 amagnan 1.1
12     // declare the module as plugin
13 amagnan 1.3
14    
15     #include "FWCore/Framework/interface/MakerMacros.h"
16     DEFINE_ANOTHER_FWK_MODULE( HbbJetLeptonDeltaRSelector );
17     DEFINE_ANOTHER_FWK_MODULE( HbbTauLeptonDeltaRSelector );