Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 09:22:37

0001 //
0002 // ********************************************************************
0003 // * License and Disclaimer                                           *
0004 // *                                                                  *
0005 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
0006 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
0007 // * conditions of the Geant4 Software License,  included in the file *
0008 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
0009 // * include a list of copyright holders.                             *
0010 // *                                                                  *
0011 // * Neither the authors of this software system, nor their employing *
0012 // * institutes,nor the agencies providing financial support for this *
0013 // * work  make  any representation or  warranty, express or implied, *
0014 // * regarding  this  software system or assume any liability for its *
0015 // * use.  Please see the license in the file  LICENSE  and URL above *
0016 // * for the full disclaimer and the limitation of liability.         *
0017 // *                                                                  *
0018 // * This  code  implementation is the result of  the  scientific and *
0019 // * technical work of the GEANT4 collaboration.                      *
0020 // * By using,  copying,  modifying or  distributing the software (or *
0021 // * any work based  on the software)  you  agree  to acknowledge its *
0022 // * use  in  resulting  scientific  publications,  and indicate your *
0023 // * acceptance of all terms of the Geant4 Software license.          *
0024 // ********************************************************************
0025 //
0026 /// \file persistency/P02/include/ExP02Classes.hh
0027 /// \brief Declaration of the classes for generating dictionaries
0028 //
0029 //
0030 #include "ExP02GeoTree.hh"
0031 //
0032 #include "ExP02DetectorConstruction.hh"
0033 //
0034 #include "CLHEP/Geometry/Transform3D.h"
0035 #include "CLHEP/Vector/EulerAngles.h"
0036 #include "CLHEP/Vector/Rotation.h"
0037 #include "CLHEP/Vector/ThreeVector.h"
0038 //
0039 #include "G4Box.hh"
0040 #include "G4Cons.hh"
0041 #include "G4Element.hh"
0042 #include "G4ElementTable.hh"
0043 #include "G4ElementVector.hh"
0044 #include "G4EnclosingCylinder.hh"
0045 #include "G4IntersectingCone.hh"
0046 #include "G4IntersectionSolid.hh"
0047 #include "G4Isotope.hh"
0048 #include "G4LogicalVolume.hh"
0049 #include "G4Material.hh"
0050 #include "G4MaterialCutsCouple.hh"
0051 #include "G4MaterialPropertiesTable.hh"
0052 #include "G4Orb.hh"
0053 #include "G4PVPlacement.hh"
0054 #include "G4Para.hh"
0055 #include "G4PolyPhiFace.hh"
0056 #include "G4Polycone.hh"
0057 #include "G4PolyconeSide.hh"
0058 #include "G4Polyhedra.hh"
0059 #include "G4Polyhedron.hh"
0060 #include "G4ReduciblePolygon.hh"
0061 #include "G4RunManager.hh"
0062 #include "G4Sphere.hh"
0063 #include "G4SubtractionSolid.hh"
0064 #include "G4Torus.hh"
0065 #include "G4Trap.hh"
0066 #include "G4Trd.hh"
0067 #include "G4Tubs.hh"
0068 #include "G4UnionSolid.hh"
0069 #include "G4UserLimits.hh"
0070 #include "G4VCSGfaceted.hh"
0071 #include "G4VPVParameterisation.hh"
0072 #include "G4VSolid.hh"
0073 #include "G4VUserRegionInformation.hh"
0074 #include "G4VisExtent.hh"
0075 //
0076 std::vector<CLHEP::Hep3Vector> g4a;
0077 std::vector<G4VCSGface*> g4b;
0078 std::vector<G4PolyconeSideRZ> g4c;
0079 std::vector<G4PolyPhiFaceEdge> g4d;
0080 std::vector<G4PolyPhiFaceVertex> g4e;
0081 //
0082 #undef __G4String