Main Page
Namespaces
Classes
Package Documentation
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
22
// system include files
23
#include <memory>
24
25
// user include files
26
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
27
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
28
29
#include "
FWCore/Framework/interface/Event.h
"
30
#include "
FWCore/Framework/interface/MakerMacros.h
"
31
32
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
33
//
34
// class declaration
35
//
36
37
class
Mixing2DB
:
public
edm::one::EDAnalyzer
<> {
38
public
:
39
explicit
Mixing2DB
(
const
edm::ParameterSet
&);
40
~Mixing2DB
()
override
;
41
42
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
43
44
45
private
:
46
void
beginJob
()
override
;
47
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
48
void
endJob
()
override
;
49
50
51
// ----------member data ---------------------------
52
edm::ParameterSet
cfi_
;
53
};
54
55
#endif
Mixing2DB::cfi_
edm::ParameterSet cfi_
Definition:
Mixing2DB.h:52
Mixing2DB::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
Mixing2DB.cc:68
Mixing2DB::endJob
void endJob() override
Definition:
Mixing2DB.cc:78
Event.h
MakerMacros.h
Mixing2DB
Definition:
Mixing2DB.h:37
Frameworkfwd.h
ParameterSet.h
Mixing2DB::~Mixing2DB
~Mixing2DB() override
Definition:
Mixing2DB.cc:27
Mixing2DB::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
Mixing2DB.cc:42
Mixing2DB::Mixing2DB
Mixing2DB(const edm::ParameterSet &)
Definition:
Mixing2DB.cc:20
edm::EventSetup
Definition:
EventSetup.h:54
EDAnalyzer.h
Mixing2DB::beginJob
void beginJob() override
Definition:
Mixing2DB.cc:62
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:70
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11