ATLAS Offline Software
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
() {}
python.SystemOfUnits.m
int m
Definition:
SystemOfUnits.py:91
x
#define x
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
StringVector::StringVector
StringVector()
Definition:
StringVector.cxx:7
z
#define z
StringVector.h
y
#define y
StringVector::~StringVector
~StringVector()
Definition:
StringVector.cxx:10
Generated on Thu Nov 7 2024 21:26:40 for ATLAS Offline Software by
1.8.18