/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
GeneratorInterface/Pythia6Interface/plugins/Pythia6PartonGun.h
34 строки
599 B
Cms Build
Clang-Format
16 май 2019, 15:48
16 май 2019, 15:48
0847e19
Код
Авторство
О чём код?
#ifndef gen_Pythia6PartonGun_h #define gen_Pythia6PartonGun_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 Pythia6PartonGun : public Pythia6Gun { public: Pythia6PartonGun(const edm::ParameterSet&); ~Pythia6PartonGun() override; protected: void joinPartons(double qmax); // gun particle(s) characteristics // int fPartonID; }; } // namespace gen #endif