Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
@@ -42,15 +42,8 @@
class G4SimplePPReporter: public G4VParticlePropertyReporter
{
public:
//constructors
G4SimplePPReporter();
//destructor
virtual ~G4SimplePPReporter();
public:
virtual void Print(const G4String& option="");
void Print(const G4String& option="") override;
};