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-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
StringVector.h
"
6
7
StringVector::StringVector
() :
m_p
(0,0,0),
m_m
(0) {}
8
StringVector::StringVector
(
const
G4ThreeVector& p, G4double m) :
m_p
(p),
m_m
(m) {}
9
StringVector::StringVector
(G4double
x
, G4double
y
, G4double
z
, G4double m) :
m_p
(
x
,
y
,
z
),
m_m
(m) {}
10
StringVector::~StringVector
() {}
StringVector.h
StringVector::~StringVector
~StringVector()
Definition
StringVector.cxx:10
StringVector::m_m
G4double m_m
Definition
StringVector.h:31
StringVector::StringVector
StringVector()
Definition
StringVector.cxx:7
StringVector::m_p
G4ThreeVector m_p
Definition
StringVector.h:30
StringVector::x
G4double x() const
Definition
StringVector.h:50
StringVector::z
G4double z() const
Definition
StringVector.h:58
StringVector::y
G4double y() const
Definition
StringVector.h:54
Generated on
for ATLAS Offline Software by
1.14.0