47 inputs.emplace_back(
"rofs1",
"MCH",
"TRACKROFS", 0, Lifetime::Timeframe);
48 inputs.emplace_back(
"tracks1",
"MCH",
"TRACKS", 0, Lifetime::Timeframe);
49 inputs.emplace_back(
"clusters1",
"MCH",
"TRACKCLUSTERS", 0, Lifetime::Timeframe);
50 inputs.emplace_back(
"rofs2",
"MCH",
"TRACKROFS", 1, Lifetime::Timeframe);
51 inputs.emplace_back(
"tracks2",
"MCH",
"TRACKS", 1, Lifetime::Timeframe);
52 inputs.emplace_back(
"clusters2",
"MCH",
"TRACKCLUSTERS", 1, Lifetime::Timeframe);
54 auto ccdbRequest = std::make_shared<o2::base::GRPGeomRequest>(
false,
67 {
"precision", VariantType::Double, 1.e-4, {
"precision used for comparisons"}},
68 {
"apply-track-selection", VariantType::Bool,
false, {
"apply standard track selection cuts"}},
69 {
"print-diff", VariantType::Bool,
false, {
"print differences"}},
70 {
"print-all", VariantType::Bool,
false, {
"print all differences"}},
71 {
"outfile", VariantType::String,
"compare.root", {
"output Root filename"}},
72 {
"pdf-outfile", VariantType::String,
"", {
"output PDF filename (leave empty for no PDF output)"}}}});
ConfigParamRegistry & options() const