Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/medical/GammaTherapy/include/DetectorConstruction.hh

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/extended/medical/GammaTherapy/include/DetectorConstruction.hh (Version 11.3.0) and /examples/extended/medical/GammaTherapy/include/DetectorConstruction.hh (Version 10.1)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * License and Disclaimer                         3 // * License and Disclaimer                                           *
  4 // *                                                4 // *                                                                  *
  5 // * The  Geant4 software  is  copyright of th      5 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
  6 // * the Geant4 Collaboration.  It is provided      6 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
  7 // * conditions of the Geant4 Software License      7 // * conditions of the Geant4 Software License,  included in the file *
  8 // * LICENSE and available at  http://cern.ch/      8 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
  9 // * include a list of copyright holders.           9 // * include a list of copyright holders.                             *
 10 // *                                               10 // *                                                                  *
 11 // * Neither the authors of this software syst     11 // * Neither the authors of this software system, nor their employing *
 12 // * institutes,nor the agencies providing fin     12 // * institutes,nor the agencies providing financial support for this *
 13 // * work  make  any representation or  warran     13 // * work  make  any representation or  warranty, express or implied, *
 14 // * regarding  this  software system or assum     14 // * regarding  this  software system or assume any liability for its *
 15 // * use.  Please see the license in the file      15 // * use.  Please see the license in the file  LICENSE  and URL above *
 16 // * for the full disclaimer and the limitatio     16 // * for the full disclaimer and the limitation of liability.         *
 17 // *                                               17 // *                                                                  *
 18 // * This  code  implementation is the result      18 // * This  code  implementation is the result of  the  scientific and *
 19 // * technical work of the GEANT4 collaboratio     19 // * technical work of the GEANT4 collaboration.                      *
 20 // * By using,  copying,  modifying or  distri     20 // * By using,  copying,  modifying or  distributing the software (or *
 21 // * any work based  on the software)  you  ag     21 // * any work based  on the software)  you  agree  to acknowledge its *
 22 // * use  in  resulting  scientific  publicati     22 // * use  in  resulting  scientific  publications,  and indicate your *
 23 // * acceptance of all terms of the Geant4 Sof     23 // * acceptance of all terms of the Geant4 Software license.          *
 24 // *******************************************     24 // ********************************************************************
 25 //                                                 25 //
                                                   >>  26 // $Id: DetectorConstruction.hh 67994 2013-03-13 11:05:39Z gcosmo $
 26 //                                                 27 //
 27 /// \file medical/GammaTherapy/include/Detecto     28 /// \file medical/GammaTherapy/include/DetectorConstruction.hh
 28 /// \brief Definition of the DetectorConstruct     29 /// \brief Definition of the DetectorConstruction class
 29 //                                                 30 //
 30 #ifndef DetectorConstruction_h                     31 #ifndef DetectorConstruction_h
 31 #define DetectorConstruction_h 1                   32 #define DetectorConstruction_h 1
 32                                                    33 
 33 // -------------------------------------------     34 // -------------------------------------------------------------
 34 //      GEANT4  test  IBREM                        35 //      GEANT4  test  IBREM
 35 //                                                 36 //
 36 // Authors: V.Grichine, V.Ivanchenko               37 // Authors: V.Grichine, V.Ivanchenko
 37 //                                                 38 //
 38 // Modified:                                       39 // Modified:
 39 //                                                 40 //
 40 // 18-02-03 V.Ivanchenko create                    41 // 18-02-03 V.Ivanchenko create
 41 //                                                 42 //
 42 // -------------------------------------------     43 // -------------------------------------------------------------
 43                                                    44 
 44 //....oooOO0OOooo........oooOO0OOooo........oo <<  45 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
 45 //....oooOO0OOooo........oooOO0OOooo........oo <<  46 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
 46                                                    47 
 47 #include "G4Material.hh"                       << 
 48 #include "G4VPhysicalVolume.hh"                << 
 49 #include "G4VUserDetectorConstruction.hh"          48 #include "G4VUserDetectorConstruction.hh"
                                                   >>  49 #include "G4VPhysicalVolume.hh"
                                                   >>  50 #include "G4Material.hh"
 50                                                    51 
 51 //....oooOO0OOooo........oooOO0OOooo........oo <<  52 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
 52                                                    53 
 53 class CheckVolumeSD;                               54 class CheckVolumeSD;
 54 class PhantomSD;                                   55 class PhantomSD;
 55 class TargetSD;                                    56 class TargetSD;
 56 class DetectorMessenger;                           57 class DetectorMessenger;
 57 class G4LogicalVolume;                             58 class G4LogicalVolume;
 58                                                    59 
 59 class DetectorConstruction : public G4VUserDet     60 class DetectorConstruction : public G4VUserDetectorConstruction
 60 {                                                  61 {
 61   public:                                      <<  62 public:
 62     DetectorConstruction();                    << 
 63     virtual ~DetectorConstruction();           << 
 64                                                << 
 65     G4VPhysicalVolume* Construct();            << 
 66                                                << 
 67     void SetTarget1Material(const G4String& m) << 
 68     void SetTarget2Material(const G4String& m) << 
 69                                                << 
 70     inline G4double GetGeneratorPosZ() const { << 
 71                                                << 
 72     inline void SetGap(G4double val) { fDelta  << 
 73     inline void SetTarget1Z(G4double val) { fT << 
 74     inline void SetTarget2Z(G4double val) { fT << 
 75     inline void SetMylarZ(G4double val) { fMyl << 
 76     inline void SetCheckShiftZ(G4double val) { << 
 77     inline void SetAbsorberZ(G4double val) { f << 
 78     inline void SetAbsorberShiftZ(G4double val << 
 79                                                << 
 80     inline void SetNumberDivZ(G4int val) { fNu << 
 81     inline void SetNumberDivR(G4int val) { fNu << 
 82                                                << 
 83     const G4VPhysicalVolume* GetCheckVolume()  << 
 84     const G4VPhysicalVolume* GetGasVolume() co << 
 85     const G4VPhysicalVolume* GetPhantom() cons << 
 86     const G4VPhysicalVolume* GetTarget1() cons << 
 87     const G4VPhysicalVolume* GetTarget2() cons << 
 88                                                << 
 89     G4double GetAbsorberZ() const { return fPh << 
 90     G4double GetAbsorberR() const { return fAb << 
 91     G4double GetScoreZ() const { return fAbsor << 
 92                                                << 
 93     G4int GetNumberDivZ() const { return fNumZ << 
 94     G4int GetNumberDivR() const { return fNumR << 
 95                                                << 
 96     void SetMaxEnergy(G4double e) { fMaxEnergy << 
 97     inline G4double GetMaxEnergy() const { ret << 
 98     G4int GetNumberDivE() const { return fNumE << 
 99     inline void SetNumberDivE(G4int val) { fNu << 
100                                                    63 
101     void SetVerbose(G4bool v) { fVerbose = v;  <<  64   DetectorConstruction();
102     inline G4bool GetVerbose() const { return  <<  65   virtual ~DetectorConstruction();
103                                                    66 
104     void DumpGeometryParameters();             <<  67   G4VPhysicalVolume* Construct();
105                                                    68 
106   private:                                     <<  69   void SetTarget1Material(const G4String& m);
107     void InitialiseGeometryParameters();       <<  70   void SetTarget2Material(const G4String& m);
                                                   >>  71   void UpdateGeometry();
108                                                    72 
109     DetectorConstruction& operator=(const Dete <<  73   inline G4double GetGeneratorPosZ() const    { return fGeneratorPosZ; };
110     DetectorConstruction(const DetectorConstru << 
111     void ConstructSDandField();                << 
112                                                    74 
113     G4bool fVerbose;                           <<  75   inline void SetGap(G4double val)            { fDelta = val; 
                                                   >>  76                                                 UpdateGeometry(); };
                                                   >>  77   inline void SetTarget1Z(G4double val)       { fTarget1Z = val; 
                                                   >>  78                                                 UpdateGeometry(); };
                                                   >>  79   inline void SetTarget2Z(G4double val)       { fTarget2Z = val; 
                                                   >>  80                                                 UpdateGeometry(); };
                                                   >>  81   inline void SetMylarZ(G4double val)         { fMylarVolumeZ = val; 
                                                   >>  82                                                 UpdateGeometry(); };
                                                   >>  83   inline void SetCheckShiftZ(G4double val)    { fCheckShiftZ = val; 
                                                   >>  84                                                 UpdateGeometry(); };
                                                   >>  85   inline void SetAbsorberZ(G4double val)      { fAbsorberZ = val; 
                                                   >>  86                                                 UpdateGeometry(); };
                                                   >>  87   inline void SetAbsorberShiftZ(G4double val) { fAbsorberShiftZ = val; 
                                                   >>  88                                                 UpdateGeometry(); };
114                                                    89 
115     G4int fNumZ;                               <<  90 private:  
116     G4int fNumR;                               << 
117                                                    91 
118     G4int fNumE;                               <<  92   void InitialiseGeometryParameters();
119     G4double fMaxEnergy;                       << 
120                                                    93 
121     G4LogicalVolume* fLogicCheckVolume;        <<  94   DetectorConstruction & operator=(const DetectorConstruction &right);
122     std::vector<G4LogicalVolume*> fLogicRing;  <<  95   DetectorConstruction(const DetectorConstruction&);
123     G4LogicalVolume* fLogicPh;                 << 
124     G4LogicalVolume* fLogicAbsorber;           << 
125                                                    96 
126     G4double fWorldXY, fWorldZ;                <<  97   CheckVolumeSD* fCheckSD;
127     G4double fDelta;                           <<  98   PhantomSD*     fPhantomSD;
128     G4double fGeneratorPosZ;                   <<  99   TargetSD*      fTargetSD;
129                                                   100 
130     G4double fTargetRadius, fTarget1Z, fTarget << 101   G4double fWorldXY, fWorldZ;
131     G4double fTarget2Z, fTarget2PosZ;          << 102   G4double fDelta;
                                                   >> 103   G4double fGeneratorPosZ;
132                                                   104 
133     G4double fGasVolumeRadius, fGasVolumeZ, fG << 105   G4double fTargetRadius, fTarget1Z, fTarget1PosZ;
134     G4double fAirZ, fMylarVolumeZ, fMylarPosZ; << 106   G4double fTarget2Z, fTarget2PosZ;
135     G4double fCheckVolumeRadius, fCheckVolumeZ << 
136     G4double fTargetVolumeZ, fTargetVolumePosZ << 
137     G4double fShiftZPh;                        << 
138                                                   107 
139     G4double fPhantomRadius, fPhantomZ, fPhant << 108   G4double fGasVolumeRadius, fGasVolumeZ, fGasVolumePosZ;
140     G4double fAbsorberRadius, fAbsorberZ, fAbs << 109   G4double fAirZ, fMylarVolumeZ, fMylarPosZ;
141     G4double fDistanceVacuumTarget, fWindowZ,  << 110   G4double fCheckVolumeRadius, fCheckVolumeZ, fCheckShiftZ, fCheckVolumePosZ;
                                                   >> 111   G4double fTargetVolumeZ, fTargetVolumePosZ;
142                                                   112 
143     G4Material* fWorldMaterial;                << 113   G4double fPhantomRadius, fPhantomZ, fPhantomPosZ;
                                                   >> 114   G4double fAbsorberRadius, fAbsorberZ, fAbsorberShiftZ, fAbsorberPosZ;
                                                   >> 115   G4double fDistanceVacuumTarget, fWindowZ, fWindowPosZ;
144                                                   116 
145     G4Material* fTarget1Material;              << 117   G4Material* fWorldMaterial;
146     G4Material* fTarget2Material;              << 
147     G4Material* fMylar;                        << 
148     G4Material* fWindowMaterial;               << 
149                                                   118 
150     G4Material* fLightMaterial;                << 119   G4Material* fTarget1Material;
151     G4Material* fAbsorberMaterial;             << 120   G4Material* fTarget2Material;
                                                   >> 121   G4Material* fMylar;
                                                   >> 122   G4Material* fWindowMaterial;
152                                                   123 
153     G4LogicalVolume* fLogicTarget1;            << 124   G4Material* fLightMaterial;
154     G4LogicalVolume* fLogicTarget2;            << 125   G4Material* fAbsorberMaterial;
155                                                   126 
156     G4VPhysicalVolume* fCheckVolume;           << 127   G4LogicalVolume* fLogicTarget1;
157     G4VPhysicalVolume* fGasVolume;             << 128   G4LogicalVolume* fLogicTarget2;
158     G4VPhysicalVolume* fPhantom;               << 
159     G4VPhysicalVolume* fTarget1;               << 
160     G4VPhysicalVolume* fTarget2;               << 
161                                                   129 
162     DetectorMessenger* fMessenger;             << 130   DetectorMessenger* fMessenger;
163 };                                                131 };
164                                                   132 
165 //....oooOO0OOooo........oooOO0OOooo........oo << 133 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
166                                                   134 
167 #endif                                            135 #endif
168                                                   136