ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/HHAnalysis/HHSimpleAnalyzer/plugins/HHSimpleAnalyzer.cc
Revision: 1.1.1.3 (vendor branch)
Committed: Fri Nov 30 13:10:50 2007 UTC (17 years, 5 months ago) by auterman
Content type: text/plain
Branch: tex, Demo, SusyScan, scripts, HHSimpleAnalyzer, MAIN
Changes since 1.1.1.2: +1 -1 lines
Log Message:
Scripts for a SUSY parameter scan

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 auterman 1.1.1.3 // $Id: HHSimpleAnalyzer.cc,v 1.1.1.2 2007/09/10 09:45:43 auterman Exp $
17 auterman 1.1 //
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);