You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mchResidualsHistosPerDEMixedEvents[i][j][chamber]["dx_vs_de"] = registryResidualsMCH.add((histPath + "dx_vs_de").c_str(), "Cluster x residual vs. DE index", {HistType::kTH2F, {deAxis, dxAxis}});
490
483
mchResidualsHistosPerDEMixedEvents[i][j][chamber]["dy_vs_de"] = registryResidualsMCH.add((histPath + "dy_vs_de").c_str(), "Cluster y residual vs. DE index", {HistType::kTH2F, {deAxis, dxAxis}});
491
484
}
492
-
>>>>>>> elros/dev_muonDCAtask
493
485
}
494
486
}
495
487
}
@@ -1673,11 +1665,9 @@ struct muonQa {
1673
1665
}
1674
1666
1675
1667
// Load geometry information from CCDB/local
1676
-
<<<<<<< HEAD
1677
1668
LOGF(info, "Loading reference aligned geometry from CCDB no later than %d", nolaterthanRef.value);
1678
1669
ccdb->setCreatedNotAfter(nolaterthanRef.value); // this timestamp has to be consistent with what has been used in reco
0 commit comments