Main Page
Namespaces
Classes
Package Documentation
IOMC
ParticleGuns
interface
ExpoRandomPGunProducer.h
Go to the documentation of this file.
1
#ifndef ExpoRandomPGunProducer_H
2
#define ExpoRandomPGunProducer_H
3
11
#include "
IOMC/ParticleGuns/interface/BaseFlatGunProducer.h
"
12
13
namespace
edm
14
{
15
16
class
ExpoRandomPGunProducer
:
public
BaseFlatGunProducer
17
{
18
19
public
:
20
ExpoRandomPGunProducer
(
const
ParameterSet
&
pset
);
21
~ExpoRandomPGunProducer
()
override
;
22
23
private
:
24
25
void
produce
(
Event
&
e
,
const
EventSetup
& es)
override
;
26
27
protected
:
28
29
// data members
30
31
double
fMinP
;
32
double
fMaxP
;
33
34
};
35
}
36
37
#endif
edm::ExpoRandomPGunProducer::fMinP
double fMinP
Definition:
ExpoRandomPGunProducer.h:31
edm::ExpoRandomPGunProducer::produce
void produce(Event &e, const EventSetup &es) override
Definition:
ExpoRandomPGunProducer.cc:45
edm::BaseFlatGunProducer
Definition:
BaseFlatGunProducer.h:28
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::ExpoRandomPGunProducer
Definition:
ExpoRandomPGunProducer.h:16
edm::ExpoRandomPGunProducer::ExpoRandomPGunProducer
ExpoRandomPGunProducer(const ParameterSet &pset)
Definition:
ExpoRandomPGunProducer.cc:23
edm::EventSetup
Definition:
EventSetup.h:57
edm::ExpoRandomPGunProducer::~ExpoRandomPGunProducer
~ExpoRandomPGunProducer() override
Definition:
ExpoRandomPGunProducer.cc:40
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
BaseFlatGunProducer.h
edm::ExpoRandomPGunProducer::fMaxP
double fMaxP
Definition:
ExpoRandomPGunProducer.h:32
edm::Event
Definition:
Event.h:71
Generated for CMSSW Reference Manual by
1.8.11