Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // 26 /// \file persistency/P02/include/ExP02Classes << 27 /// \brief Declaration of the classes for gene << 28 // << 29 // << 30 #include "ExP02GeoTree.hh" 26 #include "ExP02GeoTree.hh" 31 // 27 // 32 #include "ExP02DetectorConstruction.hh" 28 #include "ExP02DetectorConstruction.hh" 33 // 29 // 34 #include "CLHEP/Geometry/Transform3D.h" << 35 #include "CLHEP/Vector/EulerAngles.h" 30 #include "CLHEP/Vector/EulerAngles.h" 36 #include "CLHEP/Vector/Rotation.h" << 37 #include "CLHEP/Vector/ThreeVector.h" 31 #include "CLHEP/Vector/ThreeVector.h" >> 32 #include "CLHEP/Vector/Rotation.h" >> 33 #include "CLHEP/Geometry/Transform3D.h" 38 // 34 // 39 #include "G4Box.hh" << 35 #include "G4RunManager.hh" 40 #include "G4Cons.hh" << 36 #include "G4VisExtent.hh" >> 37 #include "G4Isotope.hh" 41 #include "G4Element.hh" 38 #include "G4Element.hh" 42 #include "G4ElementTable.hh" << 43 #include "G4ElementVector.hh" 39 #include "G4ElementVector.hh" 44 #include "G4EnclosingCylinder.hh" << 40 #include "G4ElementTable.hh" 45 #include "G4IntersectingCone.hh" << 46 #include "G4IntersectionSolid.hh" << 47 #include "G4Isotope.hh" << 48 #include "G4LogicalVolume.hh" << 49 #include "G4Material.hh" 41 #include "G4Material.hh" 50 #include "G4MaterialCutsCouple.hh" 42 #include "G4MaterialCutsCouple.hh" 51 #include "G4MaterialPropertiesTable.hh" 43 #include "G4MaterialPropertiesTable.hh" 52 #include "G4Orb.hh" << 44 #include "G4VSolid.hh" 53 #include "G4PVPlacement.hh" << 45 #include "G4VCSGfaceted.hh" 54 #include "G4Para.hh" << 46 #include "G4Box.hh" 55 #include "G4PolyPhiFace.hh" << 47 #include "G4Tubs.hh" 56 #include "G4Polycone.hh" 48 #include "G4Polycone.hh" >> 49 #include "G4Polyhedron.hh" 57 #include "G4PolyconeSide.hh" 50 #include "G4PolyconeSide.hh" >> 51 #include "G4PolyPhiFace.hh" >> 52 #include "G4IntersectingCone.hh" 58 #include "G4Polyhedra.hh" 53 #include "G4Polyhedra.hh" 59 #include "G4Polyhedron.hh" << 54 #include "G4Trd.hh" 60 #include "G4ReduciblePolygon.hh" << 55 #include "G4Trap.hh" 61 #include "G4RunManager.hh" << 62 #include "G4Sphere.hh" 56 #include "G4Sphere.hh" 63 #include "G4SubtractionSolid.hh" << 57 #include "G4Para.hh" >> 58 #include "G4Orb.hh" 64 #include "G4Torus.hh" 59 #include "G4Torus.hh" 65 #include "G4Trap.hh" << 60 #include "G4Cons.hh" 66 #include "G4Trd.hh" << 61 #include "G4EnclosingCylinder.hh" 67 #include "G4Tubs.hh" << 62 #include "G4ReduciblePolygon.hh" 68 #include "G4UnionSolid.hh" 63 #include "G4UnionSolid.hh" 69 #include "G4UserLimits.hh" << 64 #include "G4SubtractionSolid.hh" 70 #include "G4VCSGfaceted.hh" << 65 #include "G4IntersectionSolid.hh" >> 66 #include "G4LogicalVolume.hh" >> 67 #include "G4PVPlacement.hh" 71 #include "G4VPVParameterisation.hh" 68 #include "G4VPVParameterisation.hh" 72 #include "G4VSolid.hh" << 73 #include "G4VUserRegionInformation.hh" 69 #include "G4VUserRegionInformation.hh" 74 #include "G4VisExtent.hh" << 70 #include "G4UserLimits.hh" 75 // 71 // 76 std::vector<CLHEP::Hep3Vector> g4a; << 72 std::vector<CLHEP::Hep3Vector> a; 77 std::vector<G4VCSGface*> g4b; << 73 std::vector<G4VCSGface*> b; 78 std::vector<G4PolyconeSideRZ> g4c; << 74 std::vector<G4PolyconeSideRZ> c; 79 std::vector<G4PolyPhiFaceEdge> g4d; << 75 std::vector<G4PolyPhiFaceEdge> d; 80 std::vector<G4PolyPhiFaceVertex> g4e; << 76 std::vector<G4PolyPhiFaceVertex> e; 81 // 77 // 82 #undef __G4String 78 #undef __G4String 83 79