Dear Dir, I am from LHCb at cern and am using geant4.3.0.ref03. When I write some code for using histograms using the analysis manager and with either G4Lizard or G4Lab it (1) does not compile since it does not find the include files like IHistogramFactory.h and Ihistogram1D.h. (2) Even If I get these include files from the LHCXX area at cern, it still refuses to link with a message like Undefined reference to G4LizardSystem::G4LizardSystem( const G4String& aName). As a test, I even copied and copiled and compiled the G4LizardSystem.cc in my area and still get the same problem with linking. My analysis code for LHCb stuff quite is similar in structure to that of the 'advanced examples : Xray telescope or Gammaray telescope'. (3) I noticed that it is also impossible to use jas since include files like JasHistogram1D.h does have other .h files which are not accesible to a normal users like me. In the past I could get away with using paw which used be part of some old CLHEP library. But now, even that option is not available.
Now, people should use an AIDA implementation.