From 3a83ec3bce239359f1cd71d1c0bfbf23b61d0db8 Mon Sep 17 00:00:00 2001 From: shivesh Date: Thu, 16 Aug 2018 14:01:19 +0100 Subject: initial commit --- include/G4BeamTestGeneralPhysics.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 include/G4BeamTestGeneralPhysics.h (limited to 'include/G4BeamTestGeneralPhysics.h') diff --git a/include/G4BeamTestGeneralPhysics.h b/include/G4BeamTestGeneralPhysics.h new file mode 100644 index 0000000..012bf40 --- /dev/null +++ b/include/G4BeamTestGeneralPhysics.h @@ -0,0 +1,35 @@ +/* + * copyright (C) 2010 + * The Icecube Collaboration + * + * $Id: G4BeamTestGeneralPhysics.h 149388 2016-08-18 21:50:04Z jgonzalez $ + * + * @version $Revision: 149388 $ + * @date $LastChangedDate: 2016-08-18 22:50:04 +0100 (Thu, 18 Aug 2016) $ + * @author Fabian Kislat Last changed by: $LastChangedBy: jgonzalez $ + */ + +#ifndef G4TANKRESPONSE_G4BEAMTESTGENERALPHYSICS_H_INCLUDED +#define G4TANKRESPONSE_G4BEAMTESTGENERALPHYSICS_H_INCLUDED + +#include +#include +#include + +/** + * Implementation of G4VPhysicsConstructor for decay processes and geantino. + */ +class G4BeamTestGeneralPhysics : public G4VPhysicsConstructor +{ +public: + G4BeamTestGeneralPhysics(); + virtual ~G4BeamTestGeneralPhysics(); + + void ConstructParticle(); + void ConstructProcess(); + +private: + G4Decay decay; +}; + +#endif // G4TANKRESPONSE_G4BEAMTESTGENERALPHYSICS_H_INCLUDED -- cgit v1.2.3