All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sam_icarus.fcl
Go to the documentation of this file.
1 #
2 # File: sam_icarus.fcl
3 # Purpose: Configuration for SAM database (metadata)
4 # Version: 1.1
5 #
6 # Changes:
7 # 20160721 (petrillo@fnal.gov) [v1.1]
8 # added "extra" configuration
9 #
10 #
11 
12 BEGIN_PROLOG
13 
14 # Standard configurations for art's built-in FileCatalogMetadata service.
15 # Metadata fields are standard, but values are still icarus-specific.
16 art_file_catalog:
17 {
18  # Note sam application name is taken from "process_name" fcl parameter in main job file.
19  #applicationFamily: "art"
20  #applicationVersion: "v08_37_00"
21  group: "icarus"
22  fileType: "unknown"
23  runType: "physics"
24 }
25 
26 
27 art_file_catalog_mc: @local::art_file_catalog
28 art_file_catalog_mc.fileType: "mc"
29 
30 art_file_catalog_data: @local::art_file_catalog
31 art_file_catalog_data.fileType: "data"
32 
33 art_file_catalog_tfile:
34 {
35  JSONFileName: "tfile.json"
36  GenerateTFileMetadata: true
37  dataTier: "root-tuple"
38  fileFormat: "root"
39 }
40 
41 END_PROLOG
stream1 can override from command line with o or output services user runType
process_name fileFormat
process_name can override from command line with o or output dataTier
Definition: runPID.fcl:28