132 auto rofName =
cc.options().get<std::string>(
"rofs-name");
133 std::string inputConfig =
"rofs:" + rofName;
136 "mch-rofs-histogrammer",
141 {
"verbose", VariantType::Bool,
false, {
"verbose output"}},
142 {
"max-nof-tfs", VariantType::Int, 10, {
"max number of timeframes to process"}},
143 {
"first-tf", VariantType::Int, 0, {
"first timeframe to process"}},
144 {
"first-orbit", VariantType::Int, 0, {
"force first orbit to use as first orbit (for histogram) (default=-1=auto)"}},
145 {
"last-orbit", VariantType::Int, 0, {
"force last orbit to use as last orbit (for histogram) (default=-1=auto)"}},
146 {
"outfile", VariantType::String,
"rofs-times.root", {
"name of the histogram output file"}}}};
148 specs.push_back(rofHistogrammer);
ConfigParamRegistry const & options()
InputRecord & inputs()
The inputs associated with this processing context.
ServiceRegistryRef services()
The services registry associated with this processing context.