Skip to content

Commit

Permalink
Merge pull request #40685 from makortel/revertCatalogToTFC_126x
Browse files Browse the repository at this point in the history
[12_6_X] Switch file catalog back to TFC on the request of T0
  • Loading branch information
cmsbuild authored Feb 3, 2023
2 parents 8b17bef + ec942de commit 79e10bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FWCore/Catalog/interface/InputFileCatalog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<FileCatalogItem> const& fileCatalogItems() const { return fileCatalogItems_; }
Expand Down

0 comments on commit 79e10bd

Please sign in to comment.