Skip to content
Snippets Groups Projects

Do not create views at offline level but only RoIs

Merged Carlo Varni requested to merge cvarni/athena:DoNotCreateViews into main
3 files
+ 1
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -16,8 +16,6 @@ StatusCode TestRoICreatorTool::initialize()
{
ATH_MSG_DEBUG("Inizializing " << name() << " ..." );
ATH_CHECK(m_roiCollectionKey.initialize());
// Check consistency
// We need at least one entry
if (m_eta_center_rois.size() == 0) {
Loading