CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastL1CaloSim.h
Go to the documentation of this file.
1 #ifndef RecoTauTag_FastL1CaloSim_h
2 #define RecoTauTag_FastL1CaloSim_h
3 // -*- C++ -*-
4 //
5 // Package: L1CaloTriggerProducer
6 // Class: FastL1CaloSim
7 //
15 //
16 // Original Author: Chi Nhan Nguyen
17 // Created: Mon Feb 19 13:25:24 CST 2007
18 // $Id: FastL1CaloSim.h,v 1.2 2008/07/24 10:20:30 chinhan Exp $
19 //
20 //
21 
22 // system include files
23 #include <memory>
24 #include <string>
25 
26 // user include files
32 
35 
36 //
37 // class decleration
38 //
40  public:
41  explicit FastL1CaloSim(const edm::ParameterSet&);
43 
44 
45  virtual void produce(edm::Event&, const edm::EventSetup&);
46  private:
47  // ----------member data ---------------------------
49 
52 
53 };
54 
55 #endif
std::string m_AlgorithmSource
Definition: FastL1CaloSim.h:51
FastL1GlobalAlgo * m_FastL1GlobalAlgo
Definition: FastL1CaloSim.h:48
virtual void produce(edm::Event &, const edm::EventSetup &)
FastL1CaloSim(const edm::ParameterSet &)