CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EventHypothesisProducer.h
Go to the documentation of this file.
1 #ifndef EventHypothesis___class_____class__Producer_h
2 #define EventHypothesis___class_____class__Producer_h
3 #define __class___h
4 // -*- C++ -*-
5 //
6 // Package: __pkgname__
7 // Class: __class__
8 //
9 //-------------------------------------------------------------------------------------
10 //\class __class__Producer __class__Producer.cc __subsys__/__pkgname__/plugins/__class__Producer.h
11 //\brief YOUR COMMENTS GO HERE
12 //
13 //
14 // A long description of the event hypothesis producer class should go here.
15 //
16 //
17 //-------------------------------------------------------------------------------------
18 //
19 //
20 // Original Author: __author__
21 // Created: __date__
22 // __rcsid__
23 //
24 
25 
27 
32 
33 
34 #include "__subsys__/__pkgname__/plugins/__class__.h"
35 
36 
37 namespace pat {
38 
40 
41  public:
42 
43  explicit __class__Producer(const edm::ParameterSet & iConfig);
45 
46  virtual void produce(edm::Event & iEvent, const edm::EventSetup & iSetup);
47 
48  private:
49 
50  // Here is a list of common includes.
57  // Here is the output tag name
58  edm::OutputTag outputName_;
59 
60  };
61 
62 
63 }
64 
65 #endif
__class__Producer(const edm::ParameterSet &iConfig)
int iEvent
Definition: GenABIO.cc:243
virtual void produce(edm::Event &iEvent, const edm::EventSetup &iSetup)