Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Mixing
Base
interface
PUGenerator.h
Go to the documentation of this file.
1
#ifndef PU_GENERATOR_H
2
#define PU_GENERATOR_H
3
4
/*----------------------------------------------------------------------
5
6
----------------------------------------------------------------------*/
7
8
namespace
edm
9
{
10
11
class
PUGenerator
12
{
13
public
:
14
explicit
PUGenerator
() { }
15
virtual
~PUGenerator
() { }
16
virtual
unsigned
int
numberOfEventsPerBunch
()
const
=0;
17
18
private
:
19
};
20
21
}
//edm
22
#endif
edm::PUGenerator
Definition:
PUGenerator.h:11
edm::PUGenerator::numberOfEventsPerBunch
virtual unsigned int numberOfEventsPerBunch() const =0
edm::PUGenerator::~PUGenerator
virtual ~PUGenerator()
Definition:
PUGenerator.h:15
edm::PUGenerator::PUGenerator
PUGenerator()
Definition:
PUGenerator.h:14
Generated for CMSSW Reference Manual by
1.8.5