Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimGeneral
MixingModule
plugins
TestMix.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Class: TestMix
4
//
10
//
11
// Original Author: Ursula Berthon
12
// Created: Fri Sep 23 11:38:38 CEST 2005
13
//
14
//
15
16
17
// system include files
18
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
19
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
20
21
#include "
FWCore/Framework/interface/Event.h
"
22
#include "
FWCore/Framework/interface/MakerMacros.h
"
23
24
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
25
26
#include <vector>
27
#include <string>
28
29
namespace
edm
30
{
31
32
//
33
// class declaration
34
//
35
36
class
TestMix
:
public
edm::EDAnalyzer
{
37
public
:
38
explicit
TestMix
(
const
edm::ParameterSet
&);
39
~TestMix
();
40
41
42
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
43
44
private
:
45
int
level_
;
46
std::vector<std::string>
track_containers_
;
47
std::vector<std::string>
track_containers2_
;
48
};
49
}
//edm
edm::TestMix::~TestMix
~TestMix()
Definition:
TestMix.cc:59
Event.h
MakerMacros.h
Frameworkfwd.h
ParameterSet.h
edm::TestMix
Definition:
TestMix.h:36
edm::TestMix::track_containers2_
std::vector< std::string > track_containers2_
Definition:
TestMix.h:47
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDAnalyzer
Definition:
EDAnalyzer.h:22
EDAnalyzer.h
edm::TestMix::analyze
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
TestMix.cc:74
edm::TestMix::track_containers_
std::vector< std::string > track_containers_
Definition:
TestMix.h:46
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:62
edm::TestMix::TestMix
TestMix(const edm::ParameterSet &)
Definition:
TestMix.cc:45
edm::TestMix::level_
int level_
Definition:
TestMix.h:45
Generated for CMSSW Reference Manual by
1.8.5