ATLAS Offline Software
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 
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:
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