Skip to content

Commit

Permalink
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 committed Feb 3, 2023
1 parent f57b5f7 commit ec942de
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 ec942de

Please sign in to comment.