Geant4 Cross Reference |
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: a.s.howard@ic.ac.uk 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 // Materials include header 36 // Materials include header 37 // ------------------------------------------- 37 // -------------------------------------------------------------- 38 38 39 G4Material* world_mat; // mat 39 G4Material* world_mat; // materials used 40 G4Material* lab_mat; 40 G4Material* lab_mat; 41 G4Material* cupboard_mat; 41 G4Material* cupboard_mat; 42 G4Material* door_mat; 42 G4Material* door_mat; 43 G4Material* desk_mat; 43 G4Material* desk_mat; 44 G4Material* crate_mat; 44 G4Material* crate_mat; 45 G4Material* glass_mat; 45 G4Material* glass_mat; 46 G4Material* panel_mat; 46 G4Material* panel_mat; 47 G4Material* LN2jacket_mat; 47 G4Material* LN2jacket_mat; 48 G4Material* LN2_mat; 48 G4Material* LN2_mat; 49 G4Material* jacket_mat; 49 G4Material* jacket_mat; 50 G4Material* jacketflange_mat; 50 G4Material* jacketflange_mat; 51 G4Material* vacuum_mat; 51 G4Material* vacuum_mat; 52 G4Material* copper_mat; 52 G4Material* copper_mat; 53 G4Material* vessel_mat; 53 G4Material* vessel_mat; 54 G4Material* GXe_mat; 54 G4Material* GXe_mat; 55 G4Material* LXe_mat; 55 G4Material* LXe_mat; 56 G4Material* CuShield_mat; 56 G4Material* CuShield_mat; 57 G4Material* alpha_mat; 57 G4Material* alpha_mat; 58 G4Material* americium_mat; 58 G4Material* americium_mat; 59 G4Material* ring_mat; 59 G4Material* ring_mat; 60 G4Material* mirror_mat; 60 G4Material* mirror_mat; 61 G4Material* grid_mat; 61 G4Material* grid_mat; 62 G4Material* pmt_mat; 62 G4Material* pmt_mat; >> 63 G4Material* window_mat; 63 G4Material* phcath_mat; 64 G4Material* phcath_mat;