ATLAS Offline Software
Simulation
G4Extensions
RHadrons
src
RHadronPythiaDecayer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 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
#include "
CxxUtils/checker_macros.h
"
14
15
class
G4DecayProducts;
16
17
class
ATLAS_NOT_THREAD_SAFE
RHadronPythiaDecayer
:
public
G4VExtDecayer
18
{
19
public
:
20
RHadronPythiaDecayer
(
const
std::string&
s
);
21
virtual
G4DecayProducts* ImportDecayProducts(
const
G4Track&);
22
private
:
23
Pythia8ForDecays
m_pythia
;
24
};
25
26
#endif
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition:
checker_macros.h:212
RHadronPythiaDecayer::m_pythia
Pythia8ForDecays m_pythia
Definition:
RHadronPythiaDecayer.h:23
Pythia8ForDecays
Definition:
Pythia8ForDecays.h:26
RHadronPythiaDecayer
Definition:
RHadronPythiaDecayer.h:18
Pythia8ForDecays.h
python.SystemOfUnits.s
float s
Definition:
SystemOfUnits.py:147
checker_macros.h
Define macros for attributes used to control the static checker.
Generated on Mon Sep 1 2025 21:17:59 for ATLAS Offline Software by
1.8.18