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
virtual
~ExpoRandomPGunProducer
();
22
23
private
:
24
25
virtual
void
produce
(
Event
&
e
,
const
EventSetup
& es);
26
27
protected
:
28
29
// data members
30
31
double
fMinP
;
32
double
fMaxP
;
33
34
};
35
}
36
37
#endif
edm::ExpoRandomPGunProducer::~ExpoRandomPGunProducer
virtual ~ExpoRandomPGunProducer()
Definition:
ExpoRandomPGunProducer.cc:40
edm::ExpoRandomPGunProducer::fMinP
double fMinP
Definition:
ExpoRandomPGunProducer.h:31
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::produce
virtual void produce(Event &e, const EventSetup &es)
Definition:
ExpoRandomPGunProducer.cc:45
edm::ExpoRandomPGunProducer::ExpoRandomPGunProducer
ExpoRandomPGunProducer(const ParameterSet &pset)
Definition:
ExpoRandomPGunProducer.cc:23
edm::EventSetup
Definition:
EventSetup.h:45
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:66
Generated for CMSSW Reference Manual by
1.8.11