CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTHcalIsolationProducersRegional.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: EgammaHLTProducers
4 // Class: EgammaHLTHcalIsolationProducersRegional
5 //
8 //
9 // Original Author: Monica Vazquez Acosta (CERN)
10 // Created: Tue Jun 13 14:48:33 CEST 2006
11 // $Id: EgammaHLTHcalIsolationProducersRegional.h,v 1.1 2007/03/23 17:22:54 ghezzi Exp $
12 //
13 //
14 
15 
16 // system include files
17 #include <memory>
18 
19 // user include files
22 
25 
27 
28 
29 
31 
32 //
33 // class declaration
34 //
35 
37 public:
40 
41  //now we need to disable (or even define) copy, assignment operators as we own a pointer
42 private:
45 
46 public:
47 virtual void produce(edm::Event&, const edm::EventSetup&);
48 
49 private:
50  // ----------member data ---------------------------
51 
54  // edm::InputTag hfRecHitProducer_;
55 
56 
57  bool doEtSum_;
59 
60 };
61 
EgammaHLTHcalIsolationProducersRegional & operator=(const EgammaHLTHcalIsolationProducersRegional &rhs)
virtual void produce(edm::Event &, const edm::EventSetup &)
EgammaHLTHcalIsolationProducersRegional(const EgammaHLTHcalIsolationProducersRegional &rhs)