Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/advanced/underground_physics/include/DMXDetectorRoom.ihh

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/advanced/underground_physics/include/DMXDetectorRoom.ihh (Version 11.3.0) and /examples/advanced/underground_physics/include/DMXDetectorRoom.ihh (Version 10.5.p1)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * DISCLAIMER                                     3 // * DISCLAIMER                                                       *
  4 // *                                                4 // *                                                                  *
  5 // * The following disclaimer summarizes all t      5 // * The following disclaimer summarizes all the specific disclaimers *
  6 // * of contributors to this software. The spe      6 // * of contributors to this software. The specific disclaimers,which *
  7 // * govern, are listed with their locations i      7 // * govern, are listed with their locations in:                      *
  8 // *   http://cern.ch/geant4/license                8 // *   http://cern.ch/geant4/license                                  *
  9 // *                                                9 // *                                                                  *
 10 // * Neither the authors of this software syst     10 // * Neither the authors of this software system, nor their employing *
 11 // * institutes,nor the agencies providing fin     11 // * institutes,nor the agencies providing financial support for this *
 12 // * work  make  any representation or  warran     12 // * work  make  any representation or  warranty, express or implied, *
 13 // * regarding  this  software system or assum     13 // * regarding  this  software system or assume any liability for its *
 14 // * use.                                          14 // * use.                                                             *
 15 // *                                               15 // *                                                                  *
 16 // * This  code  implementation is the  intell     16 // * This  code  implementation is the  intellectual property  of the *
 17 // * GEANT4 collaboration.                         17 // * GEANT4 collaboration.                                            *
 18 // * By copying,  distributing  or modifying t     18 // * By copying,  distributing  or modifying the Program (or any work *
 19 // * based  on  the Program)  you indicate  yo     19 // * based  on  the Program)  you indicate  your  acceptance of  this *
 20 // * statement, and all its terms.                 20 // * statement, and all its terms.                                    *
 21 // *******************************************     21 // ********************************************************************
 22 //                                                 22 //
 23 //                                                 23 //
 24 // -------------------------------------------     24 // --------------------------------------------------------------
 25 //   GEANT 4 - Underground Dark Matter Detecto     25 //   GEANT 4 - Underground Dark Matter Detector Advanced Example
 26 //                                                 26 //
 27 //      For information related to this code c     27 //      For information related to this code contact: Alex Howard
 28 //      e-mail: alexander.howard@cern.ch           28 //      e-mail: alexander.howard@cern.ch
 29 // -------------------------------------------     29 // --------------------------------------------------------------
 30 // Comments                                        30 // Comments
 31 //                                                 31 //
 32 //                  Underground Advanced           32 //                  Underground Advanced
 33 //               by A. Howard and H. Araujo        33 //               by A. Howard and H. Araujo 
 34 //                    (29th August 2002)           34 //                    (29th August 2002)
 35 //                                                 35 //
 36 // Detector Room include header                    36 // Detector Room include header
 37 // -------------------------------------------     37 // --------------------------------------------------------------
 38                                                    38 
 39   G4LogicalVolume*   glass_log;                    39   G4LogicalVolume*   glass_log;
 40   G4VPhysicalVolume* glass_phys;                   40   G4VPhysicalVolume* glass_phys;
 41   G4LogicalVolume*   window_log;                   41   G4LogicalVolume*   window_log;
 42   G4VPhysicalVolume* window_phys;                  42   G4VPhysicalVolume* window_phys;
 43   G4LogicalVolume*   sidepanel_log;                43   G4LogicalVolume*   sidepanel_log;
 44   G4VPhysicalVolume* sidepanel_phys;               44   G4VPhysicalVolume* sidepanel_phys;
 45   G4LogicalVolume*   panelhole_log;                45   G4LogicalVolume*   panelhole_log;
 46   G4VPhysicalVolume* panelhole_phys;               46   G4VPhysicalVolume* panelhole_phys;
 47   G4LogicalVolume*   doorglass_log;                47   G4LogicalVolume*   doorglass_log;
 48   G4VPhysicalVolume* doorglass_phys;               48   G4VPhysicalVolume* doorglass_phys;
 49   G4LogicalVolume*   doorwindow_log;               49   G4LogicalVolume*   doorwindow_log;
 50   G4VPhysicalVolume* doorwindow_phys;              50   G4VPhysicalVolume* doorwindow_phys;
 51   G4LogicalVolume*   door_log;                     51   G4LogicalVolume*   door_log;
 52   G4VPhysicalVolume* door_phys;                    52   G4VPhysicalVolume* door_phys;  
 53   G4LogicalVolume*   doorhole_log;                 53   G4LogicalVolume*   doorhole_log;
 54   G4VPhysicalVolume* doorhole_phys;                54   G4VPhysicalVolume* doorhole_phys;  
 55   G4LogicalVolume*   cupboard_log;                 55   G4LogicalVolume*   cupboard_log;
 56   G4VPhysicalVolume* cupboard_phys;                56   G4VPhysicalVolume* cupboard_phys;    
 57   G4LogicalVolume*   cupboard2_log;                57   G4LogicalVolume*   cupboard2_log;
 58   G4VPhysicalVolume* cupboard2_phys;               58   G4VPhysicalVolume* cupboard2_phys;    
 59   G4LogicalVolume*   desk1_log;                    59   G4LogicalVolume*   desk1_log;
 60   G4VPhysicalVolume* desk1_phys;                   60   G4VPhysicalVolume* desk1_phys;    
 61   G4LogicalVolume*   desk2_log;                    61   G4LogicalVolume*   desk2_log;
 62   G4VPhysicalVolume* desk2_phys;                   62   G4VPhysicalVolume* desk2_phys;    
 63   G4LogicalVolume*   desk3_log;                    63   G4LogicalVolume*   desk3_log;
 64   G4VPhysicalVolume* desk3_phys;                   64   G4VPhysicalVolume* desk3_phys;    
 65   G4LogicalVolume*   desk4_log;                    65   G4LogicalVolume*   desk4_log;
 66   G4VPhysicalVolume* desk4_phys;                   66   G4VPhysicalVolume* desk4_phys;    
 67   G4LogicalVolume*   crate_log;                    67   G4LogicalVolume*   crate_log;
 68   G4VPhysicalVolume* crate_phys;                   68   G4VPhysicalVolume* crate_phys;    
 69   G4LogicalVolume*   trunk_log;                    69   G4LogicalVolume*   trunk_log;
 70   G4VPhysicalVolume* trunk_phys;                   70   G4VPhysicalVolume* trunk_phys;
 71   G4LogicalVolume*   trunk_inside_log;             71   G4LogicalVolume*   trunk_inside_log;
 72   G4VPhysicalVolume* trunk_inside_phys;            72   G4VPhysicalVolume* trunk_inside_phys;