18 int size = input.size();
22 auto& item = input[
i];
29 if (item.opt ==
JET_R)
132 if (inputs.size() >
static_cast<size_t>(i + 1) && inputs[i + 1].is_val)
135 return inputs[
i].val;
139 std::cout <<
PHWHERE << std::endl;
140 std::cout <<
"Error in FastJetOptions, option required to have a value which isn't provided." << std::endl;
149 os <<
"FastJetOptions (input options for fastjet in FastJetAlgp)" << std::endl;
150 os <<
" FastJet input options: " << std::endl
151 <<
" - R: " <<
jet_R << std::endl
152 <<
" - algorithm: " << (
algo == Jet::ALGO::ANTIKT ?
"ANTIKT" : algo == Jet::ALGO::KT ?
"KT"
153 : algo == Jet::ALGO::CAMBRIDGE ?
"CAMBRIDGE"
157 <<
" - verbosity: " <<
verbosity << std::endl;
163 os <<
" - minimum jet pt: " <<
jet_min_pt << std::endl;
166 os <<
" - maximum |eta_jet|: " <<
jet_max_eta << std::endl;
170 os <<
" - do softdrop with Beta(" <<
SD_beta <<
") and Zcut(" <<
SD_zcut
175 os <<
" - calculate jet areas (using KT jets) with ghost_area("
180 os <<
" - calculate jet median background estimator density with cutting "
185 os <<
" - calculate jet background constituent subtractor " << std::endl;