Go to the documentation of this file.00001 #ifndef L1Analyzer_GtToGctCands_h
00002 #define L1Analyzer_GtToGctCands_h
00003
00004
00005
00006
00007
00008
00014
00015
00016
00017
00018
00019
00020
00021
00022 #include <memory>
00023
00024
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