Go to the documentation of this file.00001 #ifndef RecoTauTag_FastL1CaloSim_h
00002 #define RecoTauTag_FastL1CaloSim_h
00003
00004
00005
00006
00007
00015
00016
00017
00018
00019
00020
00021
00022
00023 #include <memory>
00024 #include <string>
00025
00026
00027 #include "FWCore/Framework/interface/Frameworkfwd.h"
00028 #include "FWCore/Framework/interface/EDProducer.h"
00029 #include "FWCore/Framework/interface/Event.h"
00030 #include "FWCore/Framework/interface/MakerMacros.h"
00031 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00032
00033 #include "FastSimulation/L1CaloTriggerProducer//interface/FastL1GlobalAlgo.h"
00034 #include "FastSimDataFormats/External/interface/FastL1BitInfo.h"
00035
00036
00037
00038
00039 class FastL1CaloSim : public edm::EDProducer {
00040 public:
00041 explicit FastL1CaloSim(const edm::ParameterSet&);
00042 ~FastL1CaloSim();
00043
00044
00045 virtual void produce(edm::Event&, const edm::EventSetup&);
00046 private:
00047
00048 FastL1GlobalAlgo* m_FastL1GlobalAlgo;
00049
00050 bool m_DoBitInfo;
00051 std::string m_AlgorithmSource;
00052
00053 };
00054
00055 #endif