CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/L1TriggerOffline/L1Analyzer/interface/GtToGctCands.h

Go to the documentation of this file.
00001 #ifndef L1Analyzer_GtToGctCands_h
00002 #define L1Analyzer_GtToGctCands_h
00003 
00004 // -*- C++ -*-
00005 //
00006 // Package:    GtToGctCands
00007 // Class:      GtToGctCands
00008 // 
00014 //
00015 // Original Author:  Alex Tapper
00016 //         Created:  Mon Mar 30 17:31:03 CEST 2009
00017 // $Id: GtToGctCands.h,v 1.3 2009/04/02 19:33:43 tapper Exp $
00018 //
00019 //
00020 
00021 // system include files
00022 #include <memory>
00023 
00024 // user include files
00025 #include "FWCore/Framework/interface/Frameworkfwd.h"
00026 #include "FWCore/Framework/interface/EDProducer.h"
00027 
00028 #include "FWCore/Framework/interface/Event.h"
00029 #include "FWCore/Framework/interface/MakerMacros.h"
00030 
00031 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00032 
00033 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctCollections.h"
00034 
00035 class GtToGctCands : public edm::EDProducer {
00036 
00037  public:
00038   explicit GtToGctCands(const edm::ParameterSet&);
00039   ~GtToGctCands();
00040 
00041  private:
00042   virtual void produce(edm::Event&, const edm::EventSetup&);
00043 
00044   edm::InputTag m_GTInputTag;
00045       
00046 };
00047 
00048 #endif