Skip to content

Commit

Permalink
Revert "[12_6_X] Switch file catalog back to TFC on the request of T0"
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel authored Feb 13, 2023
1 parent 3b733e4 commit fabdff0
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 fabdff0

Please sign in to comment.