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