sam_garsoft.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 # Standard configurations for art's built-in FileCatalogMetadata service.
4 # Metadata fields are standard, but values are still garsoft-specific.
5 
6 art_file_catalog:
7 {
8  # Note sam application name is taken from "process_name" fcl parameter in main job file.
9  applicationFamily: "garsoft"
10  applicationVersion: "development"
11  group: "dune"
12  runType: "neardet-mpd"
13  fileType: "root"
14 }
15 
16 mpd_file_catalog:
17 {
18  Generators: "unknown"
19  TriggerListVersion: "unknown"
20  BeamFluxID: "unknown"
21  MCName: "unknown"
22  NeutrinoFlavors: "unknown"
23  GeometryVersion: "unknown"
24 }
25 
26 END_PROLOG