/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
GeneratorInterface/Pythia6Interface/plugins/Pythia6ParticleGun.h
32 строки
585 B
Christopher Jones
Removed unused headers from GeneratorInterface/Pythia6Interface
04 окт 2022, 18:34
04 окт 2022, 18:34
3cd2d13
Код
Авторство
О чём код?
#ifndef gen_Pythia6ParticleGun_h #define gen_Pythia6ParticleGun_h /** \class Pythia6Gun * * Generates single particle gun in HepMC format * Julia Yarba 02/2009 ***************************************/ #include <string> #include <vector> #include "Pythia6Gun.h" namespace gen { // class Pythia6Service; class Pythia6ParticleGun : public Pythia6Gun { public: Pythia6ParticleGun(const edm::ParameterSet&); ~Pythia6ParticleGun() override; protected: // gun particle(s) characteristics // std::vector<int> fPartIDs; }; } // namespace gen #endif