#include "fastjet/Error.hh"#include "fastjet/PseudoJet.hh"#include "fastjet/ClusterSequence.hh"#include "fastjet/version.hh"#include <iostream>#include <sstream>#include <cmath>#include <cstdlib>#include <cassert>#include <string>Include dependency graph for ClusterSequence.cc:

Go to the source code of this file.
Namespaces | |
| namespace | fastjet |
Functions | |
| string | fastjet_version_string () |
| return a string containing information about the release | |
|
|
return a string containing information about the release
Definition at line 146 of file ClusterSequence.cc. References fastjet_version. Referenced by main(). 00146 {
00147 return "FastJet version "+string(fastjet_version);
00148 }
|
1.4.2