SimGeneral
MixingModule
plugins
Mixing2DB.h
Go to the documentation of this file.
1
#ifndef Mixing2DB_H
2
#define Mixing2DB_H
3
// -*- C++ -*-
4
//
5
// Package: Mixing2DB
6
// Class: Mixing2DB
7
//
15
//
16
// Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209,
17
// Created: Mon Jan 9 17:27:59 CET 2012
18
//
19
//
20
21
// system include files
22
#include <memory>
23
24
// user include files
25
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
26
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
27
28
#include "
FWCore/Framework/interface/Event.h
"
29
#include "
FWCore/Framework/interface/MakerMacros.h
"
30
31
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
32
//
33
// class declaration
34
//
35
36
class
Mixing2DB
:
public
edm::one::EDAnalyzer
<> {
37
public
:
38
explicit
Mixing2DB
(
const
edm::ParameterSet
&);
39
~Mixing2DB
()
override
;
40
41
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
42
43
private
:
44
void
beginJob
()
override
;
45
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
46
void
endJob
()
override
;
47
48
// ----------member data ---------------------------
49
edm::ParameterSet
cfi_
;
50
};
51
52
#endif
Mixing2DB::cfi_
edm::ParameterSet cfi_
Definition:
Mixing2DB.h:49
Mixing2DB::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
Mixing2DB.cc:40
Mixing2DB::endJob
void endJob() override
Definition:
Mixing2DB.cc:49
Event.h
MakerMacros.h
Mixing2DB
Definition:
Mixing2DB.h:36
Frameworkfwd.h
ParameterSet.h
Mixing2DB::~Mixing2DB
~Mixing2DB() override
Definition:
Mixing2DB.cc:24
Mixing2DB::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
Mixing2DB.cc:34
Mixing2DB::Mixing2DB
Mixing2DB(const edm::ParameterSet &)
Definition:
Mixing2DB.cc:19
edm::EventSetup
Definition:
EventSetup.h:59
EDAnalyzer.h
Mixing2DB::beginJob
void beginJob() override
Definition:
Mixing2DB.cc:37
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.14