1This version of the ATLAS cone is coming from SpartyJet v2.20.0
3We have copied the following files
8that do the real work and based the coding in
9ATLASConePlugin.{hh,cc} on ConeFinderTool.cxx by adapting
10to the ClusterSequence requirements.
15from CDFCone/CDFcode in the FastJet plugin ... then,
20 Jet.{cc,hh}, JetDistances.hh, CommonUtils.{cc,hh}
22 - added #include <algorithm> in Jet.hh
26- Cleaned a bit JetConeFinderTool.cc (mostly removed the m_log)
27- Check FIXME 9 !!! (related to maxiteration)
28- in #include directives, fixed the dirs
29- added "namespace SpartyJet" in JetConeFinderTool.hh
30- replaced StatusCode by int (as it was originally defined
31- removed the string argument in the JetConeFinderTool ctor
33- removed the string arg of the JetSplitMergeTool ctor
34- replaced 4-vect component access using a function (e.g. px())
35 with direct access (e.g. px)
38 - LorentzVector might conflict w its definition in CDFcode
39 - changed the GeV to 1.0 instead of 1000.0