CLHEP
2.4.6.4
C++ Class Library for High Energy Physics
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/defs.h"
12
#include "CLHEP/Vector/LorentzVector.h"
13
#include "CLHEP/Vector/LorentzRotation.h"
14
15
namespace
CLHEP
{
16
17
HepLorentzVector &
18
HepLorentzVector::operator *=
(
const
HepLorentzRotation
& m1) {
19
return
*
this
= m1.
vectorMultiplication
(*
this
);
20
}
21
22
HepLorentzVector
&
23
HepLorentzVector::transform
(
const
HepLorentzRotation
& m1){
24
return
*
this
= m1.
vectorMultiplication
(*
this
);
25
}
26
27
}
// namespace CLHEP
CLHEP::HepLorentzRotation
Definition:
LorentzRotation.h:49
CLHEP::HepLorentzRotation::vectorMultiplication
HepLorentzVector vectorMultiplication(const HepLorentzVector &) const
CLHEP::HepLorentzVector
Definition:
LorentzVector.h:68
CLHEP::HepLorentzVector::operator*=
HepLorentzVector & operator*=(double)
CLHEP::HepLorentzVector::transform
HepLorentzVector & transform(const HepRotation &)
CLHEP
Definition:
DiagMatrix.h:23
CLHEP-CLHEP_2_4_6_4
Vector
src
LorentzVectorL.cc
Generated by
1.9.6