CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
xxxEventHypothesisProducer.h
Go to the documentation of this file.
1 #ifndef EventHypothesis_xxxEventHypothesis_xxxEventHypothesisProducer_h
2 #define EventHypothesis_xxxEventHypothesis_xxxEventHypothesisProducer_h
3 #define xxxEventHypothesis_h
4 // -*- C++ -*-
6 //
7 // Package: xxxEventHypothesis
8 // Class: xxxEventHypothesis
9 //
14 //-------------------------------------------------------------------------------------
22 //-------------------------------------------------------------------------------------
23 //
24 //
25 // Original Author: John Doe
26 // Created: day-mon-xx
27 // RCS(Id)
28 //
29 
30 
32 
37 
38 
39 #include "skelsubsys/xxxEventHypothesis/interface/xxxEventHypothesis.h"
40 
41 
42 namespace pat {
43 
45 
46  public:
47 
48  explicit xxxEventHypothesisProducer(const edm::ParameterSet & iConfig);
50 
51  virtual void produce(edm::Event & iEvent, const edm::EventSetup & iSetup);
52 
53  private:
54 
55  // Here is a list of common includes.
62  // Here is the output tag name
63  edm::OutputTag outputName_;
64 
65  };
66 
67 
68 }
69 
70 #endif
virtual void produce(edm::Event &iEvent, const edm::EventSetup &iSetup)
int iEvent
Definition: GenABIO.cc:243
xxxEventHypothesisProducer(const edm::ParameterSet &iConfig)