ACTARSim
ACTAR TPC Simulation Reference Guide
HadrontherapyIonLowEZiegler1985.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * DISCLAIMER *
4 // * *
5 // * The following disclaimer summarizes all the specific disclaimers *
6 // * of contributors to this software. The specific disclaimers,which *
7 // * govern, are listed with their locations in: *
8 // * http://cern.ch/geant4/license *
9 // * *
10 // * Neither the authors of this software system, nor their employing *
11 // * institutes,nor the agencies providing financial support for this *
12 // * work make any representation or warranty, express or implied, *
13 // * regarding this software system or assume any liability for its *
14 // * use. *
15 // * *
16 // * This code implementation is the intellectual property of the *
17 // * GEANT4 collaboration. *
18 // * By copying, distributing or modifying the Program (or any work *
19 // * based on the Program) you indicate your acceptance of this *
20 // * statement, and all its terms. *
21 // ********************************************************************
22 // $Id: HadrontherapyIonLowEZiegler1985.hh; May 2005
23 // ----------------------------------------------------------------------------
24 // GEANT 4 - Hadrontherapy example
25 // ----------------------------------------------------------------------------
26 // Code developed by:
27 //
28 // G.A.P. Cirrone(a)*, G. Candiano, F. Di Rosa(a), S. Guatelli(b), G. Russo(a)
29 //
30 // (a) Laboratori Nazionali del Sud
31 // of the National Institute for Nuclear Physics, Catania, Italy
32 // (b) National Institute for Nuclear Physics Section of Genova, genova, Italy
33 //
34 // * cirrone@lns.infn.it
35 // --------------------------------------------------------------
36 
37 #ifndef HADRONTHERAPYIONLOWEZIEGLER1985_HH
38 #define HADRONTHERAPYIONLOWEZIEGLER1985_HH 1
39 
40 #include "G4VPhysicsConstructor.hh"
41 #include "globals.hh"
42 
43 class HadrontherapyIonLowEZiegler1985: public G4VPhysicsConstructor {
44 
45 public:
46 
47  HadrontherapyIonLowEZiegler1985(const G4String& name = "ion-LowE-ziegler1985");
48 
50 
51  // This method is dummy for physics
52  virtual void ConstructParticle() {};
53  virtual void ConstructProcess();
54 };
55 #endif
56 
HadrontherapyIonLowEZiegler1985(const G4String &name="ion-LowE-ziegler1985")