You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Class InputFileCatalog. Services to manage InputFile catalog.
6
-
// Physical file names, pfns_ of FileCatalogItem, are constructed from multiple data catalogs in site-local-config.xml. Each member of pfns_ corresponds to a data catalog.
7
-
// Note that fileNames(unsigned iCatalog) of InputFileCatalog return physical file names of all input files corresponding to a data catalog (for example, a job has 10 input files provided as a PoolSource, the fileNames(unsigned iCatalog) will return PFNs of these 10 files constructed from a data catalog)
8
-
// Set catType=TrivialCatalog: use trivial data catalogs from <event-data>
9
-
// Set catType=RucioCatalog: use data catalogs from <data-access> and storage.json
5
+
// Class InputFileCatalog.
6
+
//
7
+
// The physical file names, pfns_ of each FileCatalogItem, are constructed from
8
+
// multiple data catalogs in site-local-config.xml. Each member of pfns_ corresponds
9
+
// to a data catalog.
10
+
//
11
+
// Note that InputFileCatalog::fileNames(unsigned iCatalog) returns the physical file
12
+
// names of all input files corresponding to a data catalog (for example, a job has
13
+
// 10 input files provided via a PoolSource, InputFileCatalog::fileNames(unsigned iCatalog)
14
+
// will return the PFNs of those 10 files constructed from one data catalog)
15
+
//
16
+
// Catalogs are based on Rucio (from <data-access> and storage.json)
17
+
//
18
+
// Note that support for TrivialFileCatalog was removed in 2025.
0 commit comments