/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
GeneratorInterface/Pythia6Interface/plugins/Pythia6ParticleGun.cc
17 строк
492 B
Christopher Jones
Removed unused headers from GeneratorInterface/Pythia6Interface
04 окт 2022, 18:34
04 окт 2022, 18:34
3cd2d13
Код
Авторство
О чём код?
#include <iostream> #include "Pythia6ParticleGun.h" #include "FWCore/Utilities/interface/Exception.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" using namespace edm; using namespace gen; Pythia6ParticleGun::Pythia6ParticleGun(const ParameterSet& pset) : Pythia6Gun(pset) { ParameterSet pgun_params = pset.getParameter<ParameterSet>("PGunParameters"); fPartIDs = pgun_params.getParameter<std::vector<int> >("ParticleID"); } Pythia6ParticleGun::~Pythia6ParticleGun() {}