#include <StringVector.h>
|
| G4ThreeVector | m_p {0,0,0} |
| G4double | m_m {} |
Definition at line 11 of file StringVector.h.
◆ StringVector() [1/5]
| StringVector::StringVector |
( |
| ) |
|
|
default |
◆ StringVector() [2/5]
◆ StringVector() [3/5]
◆ StringVector() [4/5]
| StringVector::StringVector |
( |
const G4ThreeVector & | p, |
|
|
G4double | m ) |
◆ StringVector() [5/5]
| StringVector::StringVector |
( |
G4double | x, |
|
|
G4double | y, |
|
|
G4double | z, |
|
|
G4double | m ) |
◆ ~StringVector()
| StringVector::~StringVector |
( |
| ) |
|
|
default |
◆ lv()
| G4LorentzVector StringVector::lv |
( |
| ) |
const |
|
inline |
◆ mag()
| G4double StringVector::mag |
( |
| ) |
const |
|
inline |
◆ operator*=()
| void StringVector::operator*= |
( |
G4double | a | ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ reflect()
| StringVector StringVector::reflect |
( |
const G4LorentzVector & | axis | ) |
const |
|
inline |
Definition at line 74 of file StringVector.h.
74 {
76}
G4LorentzVector lv() const
◆ set() [1/2]
| void StringVector::set |
( |
const G4ThreeVector & | p, |
|
|
G4double | m ) |
|
inline |
◆ set() [2/2]
| void StringVector::set |
( |
G4double | x, |
|
|
G4double | y, |
|
|
G4double | z, |
|
|
G4double | m ) |
|
inline |
◆ t()
| G4double StringVector::t |
( |
| ) |
const |
|
inline |
◆ vect()
| G4ThreeVector StringVector::vect |
( |
| ) |
const |
|
inline |
◆ x()
| G4double StringVector::x |
( |
| ) |
const |
|
inline |
◆ y()
| G4double StringVector::y |
( |
| ) |
const |
|
inline |
◆ z()
| G4double StringVector::z |
( |
| ) |
const |
|
inline |
◆ m_m
| G4double StringVector::m_m {} |
|
private |
◆ m_p
| G4ThreeVector StringVector::m_p {0,0,0} |
|
private |
The documentation for this class was generated from the following files: