diff --git a/science/fastjet/files/patch-plugins_D0RunIICone_ProtoJet.hpp b/science/fastjet/files/patch-plugins_D0RunIICone_ProtoJet.hpp new file mode 100644 index 000000000000..2558118828a6 --- /dev/null +++ b/science/fastjet/files/patch-plugins_D0RunIICone_ProtoJet.hpp @@ -0,0 +1,18 @@ +--- plugins/D0RunIICone/ProtoJet.hpp.orig 2024-11-03 18:44:32 UTC ++++ plugins/D0RunIICone/ProtoJet.hpp +@@ -193,6 +193,7 @@ void ProtoJet::NowStable() { + _info.initialET(_pT); + } + ++#if 0 // https://github.com/scikit-hep/fastjet/issues/324 + template + void ProtoJet::print(std::ostream& os) const { + os<<"y phi Et = ("<<_y<<", "<<_phi<<", "<_Et<<")"<::print(std::ostream& os) const { + (*i)->print(os); + os << std::endl; + } ++#endif + + template + inline float ProtoJet::y() const{