ATLAS Offline Software
Loading...
Searching...
No Matches
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
15class G4DecayProducts;
16
18{
19 public:
20 RHadronPythiaDecayer( const std::string& s );
21 virtual G4DecayProducts* ImportDecayProducts(const G4Track&);
22 private:
24};
25
26#endif
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
RHadronPythiaDecayer(const std::string &s)
virtual G4DecayProducts * ImportDecayProducts(const G4Track &)