17 L_(info) <<
"Starting application with port " <<
fOpts.
Port();
21 auto archive = std::make_shared<RecoResultsInputArchive>(
fOpts.
Input().string());
22 auto histograms = std::make_shared<Histograms>();
24 std::shared_ptr<RecoResultsInputArchive> archive2;
25 std::shared_ptr<Histograms> histograms2;
28 archive2 = std::make_shared<RecoResultsInputArchive>(
fOpts.
Input2().string());
29 histograms2 = std::make_shared<Histograms>();
36 .histograms = histograms,
38 .histograms2 = histograms2,
41 fServer = std::make_unique<Server>(settings);