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
class
ExpoRandomPGunProducer
:
public
BaseFlatGunProducer
{
16
public
:
17
ExpoRandomPGunProducer
(
const
ParameterSet
&
pset
);
18
~ExpoRandomPGunProducer
()
override
;
19
20
private
:
21
void
produce
(
Event
&
e
,
const
EventSetup
& es)
override
;
22
23
protected
:
24
// data members
25
26
double
fMinP
;
27
double
fMaxP
;
28
};
29
}
// namespace edm
30
31
#endif
edm::ExpoRandomPGunProducer::fMinP
double fMinP
Definition:
ExpoRandomPGunProducer.h:26
edm::ExpoRandomPGunProducer::produce
void produce(Event &e, const EventSetup &es) override
Definition:
ExpoRandomPGunProducer.cc:38
edm::BaseFlatGunProducer
Definition:
BaseFlatGunProducer.h:26
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::ExpoRandomPGunProducer
Definition:
ExpoRandomPGunProducer.h:15
edm::ExpoRandomPGunProducer::ExpoRandomPGunProducer
ExpoRandomPGunProducer(const ParameterSet &pset)
Definition:
ExpoRandomPGunProducer.cc:23
edm::EventSetup
Definition:
EventSetup.h:56
edm::ExpoRandomPGunProducer::~ExpoRandomPGunProducer
~ExpoRandomPGunProducer() override
Definition:
ExpoRandomPGunProducer.cc:34
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:47
BaseFlatGunProducer.h
edm::ExpoRandomPGunProducer::fMaxP
double fMaxP
Definition:
ExpoRandomPGunProducer.h:27
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.14