Page MenuHomeHEPForge

README
No OneTemporary

Package KtJet (more info www.ktjet.org)
Authors J.Butterworth, J.Couchman, B.Cox, B.Waugh
=================================================
Requirements
============
CLHEP (more info and downloads wwwinfo.cern.ch/asd/lhc++/clhep/)
** CLHEP v1.x users: see important note below **
Structure
=========
KtJet/ : Header Files
src/ : Source Code
doc/ : Documentation
Installation
============
See the INSTALL file
* Important note for CLHEP v1.x users *
=======================================
With version 2.0 of CLHEP, all CLHEP classes are contained within
the "CLHEP" namespace, meaning that you must access them explicitly,
using e.g. "CLHEP::HepLorentzVector". This is now the default in
KtJet's use of CLHEP objects.
If you are using a version of CLHEP less than v2.0, then you must
explicitly disable this namespacing. This is done by defining "CLHEP1"
when compiling against KtJet, either explicitly in the call to the
compiler, e.g.
g++ -DCLHEP1 myfile.cc -lKtJet
or via the CPPFLAGS variable, e.g.
export CPPFLAGS=" -DCLHEP1 $CPPFLAGS" (in sh-like shells)
setenv CPPFLAGS " -DCLHEP1 $CPPFLAGS" (in C-like shells)
Or just upgrade to CLHEP v2.0 upwards :-)

File Metadata

Mime Type
text/plain
Expires
Sat, May 3, 6:42 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4974298
Default Alt Text
README (1 KB)

Event Timeline