Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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/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::EDAnalyzer
{
38
public
:
39
explicit
Mixing2DB
(
const
edm::ParameterSet
&);
40
~Mixing2DB
();
41
42
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
43
44
45
private
:
46
virtual
void
beginJob
() ;
47
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
48
virtual
void
endJob
() ;
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
virtual void endJob()
Definition:
Mixing2DB.cc:78
Event.h
MakerMacros.h
Mixing2DB::~Mixing2DB
~Mixing2DB()
Definition:
Mixing2DB.cc:27
Mixing2DB
Definition:
Mixing2DB.h:37
Frameworkfwd.h
ParameterSet.h
Mixing2DB::analyze
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
Mixing2DB.cc:42
Mixing2DB::beginJob
virtual void beginJob()
Definition:
Mixing2DB.cc:62
Mixing2DB::Mixing2DB
Mixing2DB(const edm::ParameterSet &)
Definition:
Mixing2DB.cc:20
edm::EventSetup
Definition:
EventSetup.h:45
edm::EDAnalyzer
Definition:
EDAnalyzer.h:27
EDAnalyzer.h
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:65
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:27
Generated for CMSSW Reference Manual by
1.8.5