ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/HHAnalysis/HHSimpleAnalyzer/plugins/HHSimpleAnalyzer.cc
Revision: 1.1.1.2 (vendor branch)
Committed: Mon Sep 10 09:45:43 2007 UTC (17 years, 8 months ago) by auterman
Content type: text/plain
Branch: tex, Demo, SusyScan, scripts, HHSimpleAnalyzer, MAIN
Changes since 1.1.1.1: +1 -1 lines
Log Message:
CERN batch scripts

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.2 // $Id: HHSimpleAnalyzer.cc,v 1.1.1.1 2007/05/22 09:58:13 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);