From ec942def7ec3bc0ae5393d7a6c62d7de15a94779 Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Fri, 3 Feb 2023 15:29:33 +0100 Subject: [PATCH] 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 638cad95e7589..aabaebfcf620f 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_; }