Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
•
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
source
externals
clhep
src
LorentzVectorL.cc
이 파일의 문서화 페이지로 가기
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/LorentzVector.h
"
16
#include "
CLHEP/Vector/LorentzRotation.h
"
17
18
namespace
CLHEP {
19
20
HepLorentzVector &
21
HepLorentzVector::operator *=
(
const
HepLorentzRotation
& m1) {
22
return
*
this
= m1.
vectorMultiplication
(*
this
);
23
}
24
25
HepLorentzVector
&
26
HepLorentzVector::transform
(
const
HepLorentzRotation
& m1){
27
return
*
this
= m1.
vectorMultiplication
(*
this
);
28
}
29
30
}
// namespace CLHEP
CLHEP::HepLorentzVector::transform
HepLorentzVector & transform(const HepRotation &)
CLHEP::HepLorentzRotation::vectorMultiplication
HepLorentzVector vectorMultiplication(const HepLorentzVector &) const
CLHEP::HepLorentzVector::operator*=
HepLorentzVector & operator*=(double)
CLHEP::HepLorentzRotation
Definition:
LorentzRotation.h:53
LorentzVector.h
LorentzRotation.h
CLHEP::HepLorentzVector
Definition:
LorentzVector.h:72
다음에 의해 생성됨 :
1.8.5