|
Geant4
10.03
|
#include <G4CrystalAtomBase.hh>
Public Member Functions | |
| G4CrystalAtomBase () | |
| G4CrystalAtomBase (G4ThreeVector apos) | |
| ~G4CrystalAtomBase () | |
| std::vector< G4ThreeVector > | GetPos () |
| G4ThreeVector | GetPos (G4int idx) |
| void | AddPos (G4ThreeVector a3vec) |
| void | SetPos (std::vector< G4ThreeVector > a3vecvec) |
| void | DelPos (G4int idx) |
Private Attributes | |
| std::vector< G4ThreeVector > | thePos |
Definition at line 55 of file G4CrystalAtomBase.hh.
|
inline |
Definition at line 61 of file G4CrystalAtomBase.hh.
|
inline |
Definition at line 62 of file G4CrystalAtomBase.hh.
References AddPos().
Here is the call graph for this function:
|
inline |
Definition at line 63 of file G4CrystalAtomBase.hh.
|
inline |
Definition at line 81 of file G4CrystalAtomBase.hh.
Referenced by G4CrystalAtomBase().
Here is the caller graph for this function:
|
inline |
Definition at line 85 of file G4CrystalAtomBase.hh.
|
inline |
Definition at line 76 of file G4CrystalAtomBase.hh.
References thePos.
Referenced by G4CrystalExtension::ComputeStructureFactorGeometrical().
Here is the caller graph for this function:
|
inline |
Definition at line 79 of file G4CrystalAtomBase.hh.
|
inline |
Definition at line 83 of file G4CrystalAtomBase.hh.
|
private |
Definition at line 63 of file G4CrystalAtomBase.hh.
Referenced by GetPos().