ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <vector>
#include "geomdefs.hh"
#include "G4ThreeVector.hh"
#include "G4VoxelLimits.hh"
#include "G4Transform3D.hh"
#include "G4Point3D.hh"
#include "G4Plane3D.hh"
Go to the source code of this file.
Classes | |
class | G4BoundingEnvelope |
Typedefs | |
using | G4ThreeVectorList = std::vector< G4ThreeVector > |
using | G4Polygon3D = std::vector< G4Point3D > |
using | G4Segment3D = std::pair< G4Point3D, G4Point3D > |
using G4Polygon3D = std::vector<G4Point3D> |
Definition at line 55 of file G4BoundingEnvelope.hh.
View newest version in sPHENIX GitHub at line 55 of file G4BoundingEnvelope.hh
using G4Segment3D = std::pair<G4Point3D,G4Point3D> |
Definition at line 56 of file G4BoundingEnvelope.hh.
View newest version in sPHENIX GitHub at line 56 of file G4BoundingEnvelope.hh
using G4ThreeVectorList = std::vector<G4ThreeVector> |
Definition at line 54 of file G4BoundingEnvelope.hh.
View newest version in sPHENIX GitHub at line 54 of file G4BoundingEnvelope.hh