/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4Core/CustomPhysics/src/CustomParticle.cc
40 строк
2 KB
Cms Build
Clang-Format
09 май 2019, 07:18
09 май 2019, 07:18
90d84a5
Код
Авторство
О чём код?
#include "SimG4Core/CustomPhysics/interface/CustomParticle.h" // ###################################################################### // ### CustomParticle ### // ###################################################################### CustomParticle::CustomParticle(const G4String& aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospin3, G4int gParity, const G4String& pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable* decaytable) : G4ParticleDefinition(aName, mass, width, charge, iSpin, iParity, iConjugation, iIsospin, iIsospin3, gParity, pType, lepton, baryon, encoding, stable, lifetime, decaytable) {}