Import Geant4 11.2.0.beta source tree
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user