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 //
23 
24 
26 
31 
32 
33 #include "__subsys__/__pkgname__/plugins/__class__.h"
34 
35 
36 namespace pat {
37 
39 
40  public:
41 
42  explicit __class__Producer(const edm::ParameterSet & iConfig);
44 
45  virtual void produce(edm::Event & iEvent, const edm::EventSetup & iSetup);
46 
47  private:
48 
49  // Here is a list of common includes.
56  // Here is the output tag name
57  edm::OutputTag outputName_;
58 
59  };
60 
61 
62 }
63 
64 #endif
__class__Producer(const edm::ParameterSet &iConfig)
int iEvent
Definition: GenABIO.cc:230
virtual void produce(edm::Event &iEvent, const edm::EventSetup &iSetup)