ATLAS Offline Software
Simulation
G4Extensions
RHadrons
src
RHadronPythiaDecayer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef RHadronPythiaDecayer_H
6
#define RHadronPythiaDecayer_H
7
8
#include "
G4ExternalDecay/Pythia8ForDecays.h
"
9
10
#include "G4VExtDecayer.hh"
11
#include "G4Track.hh"
12
#include <string>
13
14
class
G4DecayProducts;
15
16
class
RHadronPythiaDecayer
:
public
G4VExtDecayer
17
{
18
public
:
19
RHadronPythiaDecayer
(
const
std::string&
s
);
20
virtual
G4DecayProducts*
ImportDecayProducts
(
const
G4Track&);
21
private
:
22
Pythia8ForDecays
m_pythia
;
23
};
24
25
#endif
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
RHadronPythiaDecayer::m_pythia
Pythia8ForDecays m_pythia
Definition:
RHadronPythiaDecayer.h:22
Pythia8ForDecays
Definition:
Pythia8ForDecays.h:25
RHadronPythiaDecayer
Definition:
RHadronPythiaDecayer.h:17
RHadronPythiaDecayer::RHadronPythiaDecayer
RHadronPythiaDecayer(const std::string &s)
Definition:
RHadronPythiaDecayer.cxx:17
Pythia8ForDecays.h
RHadronPythiaDecayer::ImportDecayProducts
virtual G4DecayProducts * ImportDecayProducts(const G4Track &)
Definition:
RHadronPythiaDecayer.cxx:22
Generated on Thu Nov 7 2024 21:24:44 for ATLAS Offline Software by
1.8.18