From fabdff028ed1a8a62c23103a43b7ce2c93777574 Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Mon, 13 Feb 2023 12:31:53 -0600 Subject: [PATCH] Revert "[12_6_X] Switch file catalog back to TFC on the request of T0" --- FWCore/Catalog/interface/InputFileCatalog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FWCore/Catalog/interface/InputFileCatalog.h b/FWCore/Catalog/interface/InputFileCatalog.h index aabaebfcf620f..638cad95e7589 100644 --- a/FWCore/Catalog/interface/InputFileCatalog.h +++ b/FWCore/Catalog/interface/InputFileCatalog.h @@ -37,8 +37,8 @@ namespace edm { std::string const& override, bool useLFNasPFNifLFNnotFound = false, //switching between two catalog types - edm::CatalogType catType = edm::CatalogType::TrivialCatalog); - //edm::CatalogType catType = edm::CatalogType::RucioCatalog); + //edm::CatalogType catType = edm::CatalogType::TrivialCatalog); + edm::CatalogType catType = edm::CatalogType::RucioCatalog); ~InputFileCatalog(); std::vector const& fileCatalogItems() const { return fileCatalogItems_; }