LorentzVectorL.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // ---------------------------------------------------------------------------
00003 //
00004 // This file is a part of the CLHEP - a Class Library for High Energy Physics.
00005 //
00006 // This is part of the implementation of the HepLorentzVector class:
00007 // Those methods which might, if coded in other modules, force loading 
00008 // of the LorentzRotation.cc code module.
00009 //
00010 
00011 #ifdef GNUPRAGMA
00012 #pragma implementation
00013 #endif
00014 
00015 #include "CLHEP/Vector/LorentzVector.h"
00016 #include "CLHEP/Vector/LorentzRotation.h"
00017 
00018 namespace CLHEP  {
00019 
00020 HepLorentzVector &
00021 HepLorentzVector::operator *= (const HepLorentzRotation & m1) {
00022   return *this = m1.vectorMultiplication(*this);
00023 }
00024 
00025 HepLorentzVector &
00026 HepLorentzVector::transform(const HepLorentzRotation & m1){
00027   return *this = m1.vectorMultiplication(*this);
00028 }
00029 
00030 }  // namespace CLHEP

Generated on Mon May 27 17:50:31 2013 for Geant4 by  doxygen 1.4.7