Geant4-11
LorentzVectorL.cc
Go to the documentation of this file.
1// -*- C++ -*-
2// ---------------------------------------------------------------------------
3//
4// This file is a part of the CLHEP - a Class Library for High Energy Physics.
5//
6// This is part of the implementation of the HepLorentzVector class:
7// Those methods which might, if coded in other modules, force loading
8// of the LorentzRotation.cc code module.
9//
10
13
14namespace CLHEP {
15
16HepLorentzVector &
18 return *this = m1.vectorMultiplication(*this);
19}
20
23 return *this = m1.vectorMultiplication(*this);
24}
25
26} // namespace CLHEP
HepLorentzVector vectorMultiplication(const HepLorentzVector &) const
HepLorentzVector & operator*=(double)
HepLorentzVector & transform(const HepRotation &)
Definition: DoubConv.h:17