Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer << 3 // * DISCLAIMER * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th << 5 // * The following disclaimer summarizes all the specific disclaimers * 6 // * the Geant4 Collaboration. It is provided << 6 // * of contributors to this software. The specific disclaimers,which * 7 // * conditions of the Geant4 Software License << 7 // * govern, are listed with their locations in: * 8 // * LICENSE and available at http://cern.ch/ << 8 // * http://cern.ch/geant4/license * 9 // * include a list of copyright holders. << 10 // * 9 // * * 11 // * Neither the authors of this software syst 10 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 11 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 12 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 13 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file << 14 // * use. * 16 // * for the full disclaimer and the limitatio << 17 // * 15 // * * 18 // * This code implementation is the result << 16 // * This code implementation is the intellectual property of the * 19 // * technical work of the GEANT4 collaboratio << 17 // * GEANT4 collaboration. * 20 // * By using, copying, modifying or distri << 18 // * By copying, distributing or modifying the Program (or any work * 21 // * any work based on the software) you ag << 19 // * based on the Program) you indicate your acceptance of this * 22 // * use in resulting scientific publicati << 20 // * statement, and all its terms. * 23 // * acceptance of all terms of the Geant4 Sof << 24 // ******************************************* 21 // ******************************************************************** 25 // 22 // 26 // << 23 #ifndef LXeMainVolume_H 27 /// \file optical/LXe/include/LXeMainVolume.hh << 24 #define LXeMainVolume_H 1 28 /// \brief Definition of the LXeMainVolume cla << 29 // << 30 #ifndef LXeMainVolume_h << 31 #define LXeMainVolume_h 1 << 32 << 33 #include "LXeDetectorConstruction.hh" << 34 25 35 #include "G4PVPlacement.hh" 26 #include "G4PVPlacement.hh" >> 27 #include "G4Box.hh" >> 28 #include "G4Tubs.hh" >> 29 #include "G4Sphere.hh" >> 30 #include "G4Material.hh" >> 31 #include "G4LogicalVolume.hh" >> 32 #include "G4OpticalSurface.hh" 36 33 37 class G4Box; << 34 #include "LXeDetectorConstruction.hh" 38 class G4LogicalVolume; << 39 class G4Sphere; << 40 class G4Tubs; << 41 35 42 class LXeMainVolume : public G4PVPlacement 36 class LXeMainVolume : public G4PVPlacement 43 { 37 { 44 public: << 38 public: 45 LXeMainVolume(G4RotationMatrix* pRot, cons << 39 LXeMainVolume(G4RotationMatrix *pRot, 46 G4LogicalVolume* pMotherLogi << 40 const G4ThreeVector &tlate, 47 LXeDetectorConstruction* c); << 41 G4LogicalVolume *pMotherLogical, 48 << 42 G4bool pMany, 49 G4LogicalVolume* GetLogPhotoCath() { retur << 43 G4int pCopyNo, 50 G4LogicalVolume* GetLogScint() { return fS << 44 LXeDetectorConstruction* c); 51 << 45 private: 52 std::vector<G4ThreeVector> GetPmtPositions << 46 void VisAttributes(); 53 << 47 void SurfaceProperties(); 54 private: << 48 55 void VisAttributes(); << 49 void PlacePMTs(G4LogicalVolume* pmt_Log, 56 void SurfaceProperties(); << 50 G4RotationMatrix* rot, G4double &a, G4double &b, G4double da, 57 << 51 G4double db, G4double amin, G4double bmin, G4int na, G4int nb, 58 void PlacePMTs(G4LogicalVolume* pmt_Log, G << 52 G4double &x, G4double &y, G4double &z, G4int &k,LXePMTSD* sd); 59 G4double da, G4double db, G << 53 60 G4double& x, G4double& y, G << 54 void CopyValues(); 61 << 55 62 void CopyValues(); << 56 G4bool updated; 63 << 57 64 LXeDetectorConstruction* fConstructor = nu << 58 LXeDetectorConstruction* constructor; 65 << 59 66 G4double fScint_x = 0.; << 60 G4double scint_x; 67 G4double fScint_y = 0.; << 61 G4double scint_y; 68 G4double fScint_z = 0.; << 62 G4double scint_z; 69 G4double fD_mtl = 0.; << 63 G4double d_mtl; 70 G4int fNx = 0; << 64 G4int nx; 71 G4int fNy = 0; << 65 G4int ny; 72 G4int fNz = 0; << 66 G4int nz; 73 G4double fOuterRadius_pmt = 0.; << 67 G4double outerRadius_pmt; 74 G4bool fSphereOn = false; << 68 G4bool sphereOn; 75 G4double fRefl = 0.; << 69 G4double refl; 76 << 70 77 // Basic Volumes << 71 //Basic Volumes 78 // << 72 // 79 G4Box* fScint_box = nullptr; << 73 G4Box* scint_box; 80 G4Box* fHousing_box = nullptr; << 74 G4Box* housing_box; 81 G4Tubs* fPmt = nullptr; << 75 G4Tubs* pmt; 82 G4Tubs* fPhotocath = nullptr; << 76 G4Tubs* photocath; 83 G4Sphere* fSphere = nullptr; << 77 G4Sphere* sphere; 84 << 78 85 // Logical volumes << 79 86 // << 80 // Logical volumes 87 G4LogicalVolume* fScint_log = nullptr; << 81 // 88 G4LogicalVolume* fHousing_log = nullptr; << 82 G4LogicalVolume* scint_log; 89 G4LogicalVolume* fPmt_log = nullptr; << 83 static G4LogicalVolume* housing_log; 90 G4LogicalVolume* fPhotocath_log = nullptr; << 84 G4LogicalVolume* pmt_log; 91 G4LogicalVolume* fSphere_log = nullptr; << 85 G4LogicalVolume* photocath_log; 92 << 86 G4LogicalVolume* sphere_log; 93 // Sensitive Detectors positions << 87 94 std::vector<G4ThreeVector> fPmtPositions; << 88 // Physical volumes >> 89 // >> 90 G4VPhysicalVolume* scint_phys; >> 91 //keeping pointers to these is pointless really since there are many of them >> 92 //but I'm doing it to be consistent >> 93 G4VPhysicalVolume* pmt_phys; >> 94 G4VPhysicalVolume* photocath_phys; >> 95 G4VPhysicalVolume* sphere_phys; >> 96 >> 97 //Sensitive Detectors >> 98 static LXeScintSD* scint_SD; >> 99 static LXePMTSD* pmt_SD; 95 }; 100 }; 96 101 97 #endif 102 #endif 98 103