Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
// $Id: TestMix.h,v 1.1 2007/04/19 14:51:54 uberthon Exp $
14
//
15
//
16
17
18
// system include files
19
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
20
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
21
22
#include "
FWCore/Framework/interface/Event.h
"
23
#include "
FWCore/Framework/interface/MakerMacros.h
"
24
25
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
26
27
#include <vector>
28
#include <string>
29
30
namespace
edm
31
{
32
33
//
34
// class declaration
35
//
36
37
class
TestMix
:
public
edm::EDAnalyzer
{
38
public
:
39
explicit
TestMix
(
const
edm::ParameterSet
&);
40
~TestMix
();
41
42
43
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&);
44
45
private
:
46
int
level_
;
47
std::vector<std::string>
track_containers_
;
48
std::vector<std::string>
track_containers2_
;
49
};
50
}
//edm
edm::TestMix::~TestMix
~TestMix()
Definition:
TestMix.cc:60
edm::TestMix::analyze
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition:
TestMix.cc:75
Event.h
MakerMacros.h
Frameworkfwd.h
ParameterSet.h
edm::TestMix
Definition:
TestMix.h:37
edm::TestMix::track_containers2_
std::vector< std::string > track_containers2_
Definition:
TestMix.h:48
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDAnalyzer
Definition:
EDAnalyzer.h:14
EDAnalyzer.h
edm::TestMix::track_containers_
std::vector< std::string > track_containers_
Definition:
TestMix.h:47
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:50
edm::TestMix::TestMix
TestMix(const edm::ParameterSet &)
Definition:
TestMix.cc:46
edm::TestMix::level_
int level_
Definition:
TestMix.h:46
Generated for CMSSW Reference Manual by
1.8.5