Skip to content

Commit

Permalink
Merge pull request #40755 from makortel/revert-40685-revertCatalogToT…
Browse files Browse the repository at this point in the history
…FC_126x

[12_6_X] Switch file catalog back to Rucio catalog
  • Loading branch information
cmsbuild authored Feb 15, 2023
2 parents a9d41ba + fabdff0 commit d327c97
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 d327c97

Please sign in to comment.