src
GeneratorInterface
Pythia6Interface
plugins
Pythia6ParticleGun.h
Go to the documentation of this file.
1
#ifndef gen_Pythia6ParticleGun_h
2
#define gen_Pythia6ParticleGun_h
3
10
#include <string>
11
#include <vector>
12
13
#include "
Pythia6Gun.h
"
14
15
namespace
gen
{
16
17
// class Pythia6Service;
18
19
class
Pythia6ParticleGun
:
public
Pythia6Gun
{
20
public
:
21
Pythia6ParticleGun
(
const
edm::ParameterSet
&);
22
~Pythia6ParticleGun
()
override
;
23
24
protected
:
25
// gun particle(s) characteristics
26
//
27
std::vector<int>
fPartIDs
;
28
};
29
30
}
// namespace gen
31
32
#endif
gen::Pythia6ParticleGun::Pythia6ParticleGun
Pythia6ParticleGun(const edm::ParameterSet &)
Definition:
Pythia6ParticleGun.cc:13
gen::Pythia6ParticleGun::~Pythia6ParticleGun
~Pythia6ParticleGun() override
Definition:
Pythia6ParticleGun.cc:18
Pythia6Gun.h
gen
Definition:
PythiaDecays.h:13
gen::Pythia6Gun
Definition:
Pythia6Gun.h:40
gen::Pythia6ParticleGun::fPartIDs
std::vector< int > fPartIDs
Definition:
Pythia6ParticleGun.h:27
edm::ParameterSet
Definition:
ParameterSet.h:48
gen::Pythia6ParticleGun
Definition:
Pythia6ParticleGun.h:19
Generated for CMSSW Reference Manual by
1.8.14