Geant4
10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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
11
#include "
CLHEP/Vector/LorentzVector.h
"
12
#include "
CLHEP/Vector/LorentzRotation.h
"
13
14
namespace
CLHEP
{
15
16
HepLorentzVector &
17
HepLorentzVector::operator *=
(
const
HepLorentzRotation
& m1) {
18
return
*
this
= m1.
vectorMultiplication
(*
this
);
19
}
20
21
HepLorentzVector
&
22
HepLorentzVector::transform
(
const
HepLorentzRotation
& m1){
23
return
*
this
= m1.
vectorMultiplication
(*
this
);
24
}
25
26
}
// namespace CLHEP
LorentzRotation.h
LorentzVector.h
CLHEP::HepLorentzRotation
Definition:
LorentzRotation.h:48
CLHEP::HepLorentzRotation::vectorMultiplication
HepLorentzVector vectorMultiplication(const HepLorentzVector &) const
CLHEP::HepLorentzVector
Definition:
LorentzVector.h:67
CLHEP::HepLorentzVector::operator*=
HepLorentzVector & operator*=(double)
CLHEP::HepLorentzVector::transform
HepLorentzVector & transform(const HepRotation &)
CLHEP
Definition:
DoubConv.h:17
geant4-v10.7.0
source
externals
clhep
src
LorentzVectorL.cc
Generated by
1.9.6