Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
G4PhSideData Class Reference

#include <G4PolyhedraSide.hh>

Public Member Functions

void initialize ()
 

Data Fields

std::pair< G4ThreeVector,
G4double
fPhi
 

Detailed Description

Definition at line 76 of file G4PolyhedraSide.hh.

Member Function Documentation

void G4PhSideData::initialize ( )
inline

Definition at line 79 of file G4PolyhedraSide.hh.

References fPhi.

80  {
81  fPhi.first = G4ThreeVector(0,0,0);
82  fPhi.second= 0.0;
83  }
CLHEP::Hep3Vector G4ThreeVector
std::pair< G4ThreeVector, G4double > fPhi

Field Documentation

std::pair<G4ThreeVector, G4double> G4PhSideData::fPhi

Definition at line 85 of file G4PolyhedraSide.hh.

Referenced by initialize().


The documentation for this class was generated from the following file: