ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/HHAnalysis/HHSimpleAnalyzer/plugins/HHSimpleAnalyzer.cc
Revision: 1.1.1.5 (vendor branch)
Committed: Mon Oct 6 07:58:17 2008 UTC (16 years, 7 months ago) by auterman
Content type: text/plain
Branch: tex, Demo, SusyScan, scripts, HHSimpleAnalyzer, MAIN
CVS Tags: start, HEAD
Changes since 1.1.1.4: +1 -1 lines
Error occurred while calculating annotation data.
Log Message:
My TeX repository

File Contents

# Content
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: HHSimpleAnalyzer.cc,v 1.1.1.4 2008/02/25 15:54:04 auterman Exp $
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);