00001 // -*- C++ -*- 00002 #ifndef RIVET_RIVETCLHEP_FHH 00003 #define RIVET_RIVETCLHEP_FHH 1 00004 00005 namespace CLHEP { 00006 class HepLorentzRotation; 00007 class HepLorentzVector; 00008 class HepRotation; 00009 class Hep3Vector; 00010 00011 typedef HepLorentzRotation LorentzRotation; 00012 typedef HepLorentzVector LorentzVector; 00013 typedef HepRotation Rotation; 00014 typedef Hep3Vector Vector3; 00015 } 00016 00017 namespace Rivet { 00018 using CLHEP::LorentzRotation; 00019 using CLHEP::LorentzVector; 00020 using CLHEP::Rotation; 00021 using CLHEP::Vector3; 00022 } 00023 00024 #endif