iLCSoft / MarlinFastJet

Marlin processor to interface FastJet
GNU General Public License v3.0
2 stars 8 forks source link

missing fastjet header file "AxesDefinition.hh" #11

Closed shaojunlu closed 6 years ago

shaojunlu commented 6 years ago

This header file (AxesDefinition.hh) is required by: https://github.com/iLCSoft/MarlinFastJet/blob/master/include/VLCAxes.h#L3

fastjet release version 3.2.0 was used by ILD. I have downloaded fastjet release version 3.2.1 and 3.3.1 too from here. http://www.fastjet.fr/all-releases.html

No "AxesDefinition.hh" is available in either fastjet release.

Do you use a private version of fastjet? Would you please provide a correct fastjet release version for this "VLCAxes.h"? Thank you!

petricm commented 6 years ago

This has nothing to do with the fastjet version but with fastjetconotrib, and if you enabled Nsubjettiness.

petricm commented 6 years ago

Resolved in discussion of #10