So Chigusa

fastjet を使って解析

no template named 'auto_ptr' in namespace 'std'

-std=c++11auto_ptr が廃止された問題。 ClusterSequence.hh にも記述がある通り、これを使用しない方向でコンパイルさせれば良いので、config_auto.h

/* compile the deprecated parts of the interface using auto-ptr */
#ifndef FASTJET_HAVE_AUTO_PTR_INTERFACE
/* #define FASTJET_HAVE_AUTO_PTR_INTERFACE */
#endif

のように該当箇所をコメントアウト。