Warning, /geant4/examples/advanced/underground_physics/include/DMXDetectorRoom.ihh is written in an unsupported language. File is not indexed.
0001 //
0002 // ********************************************************************
0003 // * DISCLAIMER *
0004 // * *
0005 // * The following disclaimer summarizes all the specific disclaimers *
0006 // * of contributors to this software. The specific disclaimers,which *
0007 // * govern, are listed with their locations in: *
0008 // * http://cern.ch/geant4/license *
0009 // * *
0010 // * Neither the authors of this software system, nor their employing *
0011 // * institutes,nor the agencies providing financial support for this *
0012 // * work make any representation or warranty, express or implied, *
0013 // * regarding this software system or assume any liability for its *
0014 // * use. *
0015 // * *
0016 // * This code implementation is the intellectual property of the *
0017 // * GEANT4 collaboration. *
0018 // * By copying, distributing or modifying the Program (or any work *
0019 // * based on the Program) you indicate your acceptance of this *
0020 // * statement, and all its terms. *
0021 // ********************************************************************
0022 //
0023 //
0024 // --------------------------------------------------------------
0025 // GEANT 4 - Underground Dark Matter Detector Advanced Example
0026 //
0027 // For information related to this code contact: Alex Howard
0028 // e-mail: alexander.howard@cern.ch
0029 // --------------------------------------------------------------
0030 // Comments
0031 //
0032 // Underground Advanced
0033 // by A. Howard and H. Araujo
0034 // (29th August 2002)
0035 //
0036 // Detector Room include header
0037 // --------------------------------------------------------------
0038
0039 G4LogicalVolume* glass_log;
0040 G4VPhysicalVolume* glass_phys;
0041 G4LogicalVolume* window_log;
0042 G4VPhysicalVolume* window_phys;
0043 G4LogicalVolume* sidepanel_log;
0044 G4VPhysicalVolume* sidepanel_phys;
0045 G4LogicalVolume* panelhole_log;
0046 G4VPhysicalVolume* panelhole_phys;
0047 G4LogicalVolume* doorglass_log;
0048 G4VPhysicalVolume* doorglass_phys;
0049 G4LogicalVolume* doorwindow_log;
0050 G4VPhysicalVolume* doorwindow_phys;
0051 G4LogicalVolume* door_log;
0052 G4VPhysicalVolume* door_phys;
0053 G4LogicalVolume* doorhole_log;
0054 G4VPhysicalVolume* doorhole_phys;
0055 G4LogicalVolume* cupboard_log;
0056 G4VPhysicalVolume* cupboard_phys;
0057 G4LogicalVolume* cupboard2_log;
0058 G4VPhysicalVolume* cupboard2_phys;
0059 G4LogicalVolume* desk1_log;
0060 G4VPhysicalVolume* desk1_phys;
0061 G4LogicalVolume* desk2_log;
0062 G4VPhysicalVolume* desk2_phys;
0063 G4LogicalVolume* desk3_log;
0064 G4VPhysicalVolume* desk3_phys;
0065 G4LogicalVolume* desk4_log;
0066 G4VPhysicalVolume* desk4_phys;
0067 G4LogicalVolume* crate_log;
0068 G4VPhysicalVolume* crate_phys;
0069 G4LogicalVolume* trunk_log;
0070 G4VPhysicalVolume* trunk_phys;
0071 G4LogicalVolume* trunk_inside_log;
0072 G4VPhysicalVolume* trunk_inside_phys;