CLHEP VERSION Reference Documentation
CLHEP Home Page
CLHEP Documentation
CLHEP Bug Reports
Main Page
Namespaces
Classes
Files
File List
File Members
Vector
src
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
#ifdef GNUPRAGMA
12
#pragma implementation
13
#endif
14
15
#include "CLHEP/Vector/defs.h"
16
#include "CLHEP/Vector/LorentzVector.h"
17
#include "CLHEP/Vector/LorentzRotation.h"
18
19
namespace
CLHEP {
20
21
HepLorentzVector &
22
HepLorentzVector::operator *=
(
const
HepLorentzRotation
& m1) {
23
return
*
this
= m1.
vectorMultiplication
(*
this
);
24
}
25
26
HepLorentzVector
&
27
HepLorentzVector::transform
(
const
HepLorentzRotation
& m1){
28
return
*
this
= m1.
vectorMultiplication
(*
this
);
29
}
30
31
}
// namespace CLHEP
Generated on Sun Jun 17 2012 08:08:26 for CLHEP by
1.8.1.1