ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Vuko/WZAnalysis/src/SealModule.cc
(Generate patch)

Comparing UserCode/Vuko/WZAnalysis/src/SealModule.cc (file contents):
Revision 1.1 by vuko, Thu Nov 22 09:12:56 2007 UTC vs.
Revision 1.4 by vuko, Fri Apr 4 13:30:12 2008 UTC

# Line 1 | Line 1
1   #include "FWCore/PluginManager/interface/ModuleDef.h"
2   #include "FWCore/Framework/interface/MakerMacros.h"
3 + #include "PhysicsTools/UtilAlgos/interface/ObjectSelector.h"
4  
5  
6   #include "Vuko/WZAnalysis/interface/WZMuonSelector.h"
7   #include "Vuko/WZAnalysis/interface/WZAnalyzer.h"
8 + #include "Vuko/WZAnalysis/interface/MuonAnalyzer.h"
9 + #include "Vuko/WZAnalysis/interface/MCProcessFilter.h"
10 + #include "Vuko/WZAnalysis/interface/HiggsAmbiguityResolver.h"
11 +
12 + typedef ObjectSelector<HiggsAmbiguityResolver> AmbResolver;
13  
14  
15   DEFINE_SEAL_MODULE();
16  
17   DEFINE_FWK_MODULE(WZMuonSelector);
18   DEFINE_FWK_MODULE(WZAnalyzer);
19 <
19 > DEFINE_FWK_MODULE(MuonAnalyzer);
20 > DEFINE_FWK_MODULE(AmbResolver);
21 > DEFINE_FWK_MODULE(MCProcessFilter);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines