Main Page
Namespaces
Classes
Package Documentation
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
// #include "HepMC/GenEvent.h"
15
16
// #include "FWCore/Framework/interface/ESHandle.h"
17
// #include "FWCore/Framework/interface/EDProducer.h"
18
19
//#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
20
//#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Declarations.h"
21
22
// #include "HepPID/ParticleIDTranslations.hh"
23
24
namespace
gen
25
{
26
27
// class Pythia6Service;
28
29
class
Pythia6ParticleGun
:
public
Pythia6Gun
30
{
31
32
public
:
33
34
Pythia6ParticleGun
(
const
edm::ParameterSet
& );
35
~Pythia6ParticleGun
()
override
;
36
37
protected
:
38
39
// gun particle(s) characteristics
40
//
41
std::vector<int>
fPartIDs
;
42
43
};
44
45
}
// end namespace
46
47
#endif
gen::Pythia6ParticleGun::Pythia6ParticleGun
Pythia6ParticleGun(const edm::ParameterSet &)
Definition:
Pythia6ParticleGun.cc:20
gen::Pythia6ParticleGun::~Pythia6ParticleGun
~Pythia6ParticleGun() override
Definition:
Pythia6ParticleGun.cc:30
Pythia6Gun.h
gen
Definition:
PythiaDecays.h:13
gen::Pythia6Gun
Definition:
Pythia6Gun.h:41
gen::Pythia6ParticleGun::fPartIDs
std::vector< int > fPartIDs
Definition:
Pythia6ParticleGun.h:41
edm::ParameterSet
Definition:
ParameterSet.h:36
gen::Pythia6ParticleGun
Definition:
Pythia6ParticleGun.h:29
Generated for CMSSW Reference Manual by
1.8.11