Problem 569 - HepBoost
Summary: HepBoost
Status: RESOLVED INVALID
Alias: None
Product: Geant4
Classification: Unclassified
Component: global/HEPGeometry (show other problems)
Version: other
Hardware: PC Linux
: P2 enhancement
Assignee: Evgueni.Tcherniaev
URL:
Depends on:
Blocks:
 
Reported: 2004-01-22 11:28 CET by farnea
Modified: 2004-02-17 08:45 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.