ATLAS Offline Software
Loading...
Searching...
No Matches
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
8StringVector::StringVector(const G4ThreeVector& p, G4double m) : m_p(p), m_m(m) {}
9StringVector::StringVector(G4double x, G4double y, G4double z, G4double m) : m_p(x,y,z), m_m(m) {}
G4double m_m
G4ThreeVector m_p
G4double x() const
G4double z() const
G4double y() const