ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/HHAnalysis/HHSimpleAnalyzer/plugins/HHSimpleAnalyzer.cc
Revision: 1.1.1.1 (vendor branch)
Committed: Tue May 22 09:58:13 2007 UTC (17 years, 11 months ago) by auterman
Content type: text/plain
Branch: tex, Demo, SusyScan, scripts, HHSimpleAnalyzer, MAIN
Changes since 1.1: +0 -0 lines
Log Message:

File Contents

# User Rev Content
1 auterman 1.1 // -*- C++ -*-
2     //
3     // Package: HHSimpleAnalyzer
4     // Class: HHSimpleAnalyzer
5     //
6     /**\class HHSimpleAnalyzer HHSimpleAnalyzer.cc HHAnalysis/HHSimpleAnalyzer/src/HHSimpleAnalyzer.cc
7    
8     Description: <one line class summary>
9    
10     Implementation:
11     <Notes on implementation>
12     */
13     //
14     // Original Author: Christian Autermann
15     // Created: Wed May 16 14:02:29 CEST 2007
16     // $Id$
17     //
18     //
19    
20     #include "FWCore/Framework/interface/MakerMacros.h"
21     #include "DataFormats/MuonReco/interface/Muon.h"
22     #include "HHAnalysis/HHSimpleAnalyzer/interface/HHSimpleAnalyzer.h"
23    
24     typedef HHSimpleAnalyzer<reco::MuonCollection, reco::Muon> HHSimpleAna;
25    
26    
27     //define this as a plug-in
28     DEFINE_FWK_MODULE(HHSimpleAna);