00001 //-------------------------------------------------------------------------- 00002 #ifndef HEPMC_CLHEP20_H 00003 #define HEPMC_CLHEP20_H 00004 00006 // garren@fnal.gov, April 2006 00007 // 00008 // allow HepMC to work with CLHEP 2.0 without changing HepMC 00009 // This is a courtesy header that is probably not needed in HepMC 2.x 00011 00012 //using namespace CLHEP; 00013 typedef CLHEP::HepLorentzVector HepLorentzVector; 00014 00015 //using namespace HepGeom; 00016 typedef HepGeom::Normal3D<double> HepNormal3D; 00017 typedef HepGeom::Point3D<double> HepPoint3D; 00018 00019 #endif // HEPMC_CLHEP20_H 00020 //--------------------------------------------------------------------------