Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
IOMC
ParticleGuns
interface
ExpoRandomPtGunProducer.h
Go to the documentation of this file.
1
#ifndef ExpoRandomPtGunProducer_H
2
#define ExpoRandomPtGunProducer_H
3
10
#include "
IOMC/ParticleGuns/interface/BaseFlatGunProducer.h
"
11
12
namespace
edm {
13
14
class
ExpoRandomPtGunProducer
:
public
BaseFlatGunProducer
{
15
public
:
16
ExpoRandomPtGunProducer
(
const
ParameterSet
&
pset
);
17
~ExpoRandomPtGunProducer
()
override
;
18
19
private
:
20
void
produce
(
Event
&
e
,
const
EventSetup
& es)
override
;
21
22
protected
:
23
// data members
24
25
double
fMinPt
;
26
double
fMaxPt
;
27
double
fMeanPt
;
28
};
29
}
// namespace edm
30
31
#endif
edm::ExpoRandomPtGunProducer::fMeanPt
double fMeanPt
Definition:
ExpoRandomPtGunProducer.h:27
edm::ExpoRandomPtGunProducer::ExpoRandomPtGunProducer
ExpoRandomPtGunProducer(const ParameterSet &pset)
Definition:
ExpoRandomPtGunProducer.cc:23
edm::ExpoRandomPtGunProducer::fMaxPt
double fMaxPt
Definition:
ExpoRandomPtGunProducer.h:26
TrackValidation_cff.pset
tuple pset
Definition:
TrackValidation_cff.py:591
edm::BaseFlatGunProducer
Definition:
BaseFlatGunProducer.h:26
edm::ExpoRandomPtGunProducer::fMinPt
double fMinPt
Definition:
ExpoRandomPtGunProducer.h:25
edm::ExpoRandomPtGunProducer
Definition:
ExpoRandomPtGunProducer.h:14
edm::ExpoRandomPtGunProducer::~ExpoRandomPtGunProducer
~ExpoRandomPtGunProducer() override
Definition:
ExpoRandomPtGunProducer.cc:36
edm::EventSetup
Definition:
EventSetup.h:59
edm::ExpoRandomPtGunProducer::produce
void produce(Event &e, const EventSetup &es) override
Definition:
ExpoRandomPtGunProducer.cc:40
alignCSCRings.e
list e
Definition:
alignCSCRings.py:91
edm::ParameterSet
Definition:
ParameterSet.h:47
BaseFlatGunProducer.h
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.5