5 #ifndef jetsubstructureutils_softdropobservables_header
6 #define jetsubstructureutils_softdropobservables_header
9 #include "fastjet/contrib/SoftDrop.hh"
21 virtual double result(
const fastjet::PseudoJet &
jet)
const {
23 fastjet::contrib::SoftDrop
sd(0., 0.);
25 fastjet::PseudoJet sdJet =
sd(
jet);
27 double zg=sdJet.structure_of<fastjet::contrib::SoftDrop>().symmetry();
28 double rg=sdJet.structure_of<fastjet::contrib::SoftDrop>().
delta_R();