ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
G4Extensions
Quirks
src
StringVector.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
StringVector.h
"
6
7
StringVector::StringVector
(
const
G4ThreeVector& p, G4double m) :
m_p
(p),
m_m
(m) {}
8
StringVector::StringVector
(G4double
x
, G4double
y
, G4double
z
, G4double m) :
m_p
(
x
,
y
,
z
),
m_m
(m) {}
StringVector.h
StringVector::StringVector
StringVector()=default
StringVector::m_m
G4double m_m
Definition
StringVector.h:35
StringVector::m_p
G4ThreeVector m_p
Definition
StringVector.h:34
StringVector::x
G4double x() const
Definition
StringVector.h:54
StringVector::z
G4double z() const
Definition
StringVector.h:62
StringVector::y
G4double y() const
Definition
StringVector.h:58
Generated on
for ATLAS Offline Software by
1.14.0