ATLAS Offline Software
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) {}
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
x
#define x
StringVector::StringVector
StringVector()
Definition: StringVector.cxx:7
z
#define z
StringVector.h
y
#define y
StringVector::~StringVector
~StringVector()
Definition: StringVector.cxx:10