Problem 569

Summary: HepBoost
Product: Geant4 Reporter: farnea
Component: global/HEPGeometryAssignee: Evgueni.Tcherniaev
Status: RESOLVED INVALID    
Severity: enhancement CC: farnea
Priority: P2    
Version: other   
Hardware: PC   
OS: Linux   

Description farnea 2004-01-22 11:28:50 CET
Would it be possible to add to the Geant4 package a type definition of HepBoost
as G4Boost? A G4Boost.hh file would look like this:

#ifndef G4Boost_hh
#define G4Boost_hh

#include "globals.hh"
#include <CLHEP/Vector/Boost.h>

typedef HepBoost G4Boost;

#endif // G4Boost_hh
Comment 1 Gabriele Cosmo 2004-02-17 08:45:59 CET
Geant4 typedefs to CLHEP types are added only for CLHEP types which are
effectively in use in the Geant4 kernel.