Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
9 
10 #include "G4VExtDecayer.hh"
11 #include "G4Track.hh"
12 #include <string>
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:
24 };
25 
26 #endif
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
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
checker_macros.h
Define macros for attributes used to control the static checker.