File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616cmake_minimum_required (VERSION 3.20 FATAL_ERROR )
1717
1818find_package (cetmodules 3.20.00 REQUIRED )
19- project (sbncode VERSION 10.04.06.01 LANGUAGES CXX )
19+ project (sbncode VERSION 10.04.07 LANGUAGES CXX )
2020
2121message (STATUS "\n\n ========================== ${PROJECT_NAME} ==========================" )
2222
Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ void util::FileCatalogMetadataSBN::postBeginJob()
6161
6262 // Add metadata.
6363
64- mds->addMetadata (" fcl.name" , fFCLName );
65- mds->addMetadata (fExperiment + " _project.name" , fProjectName );
66- mds->addMetadata (fExperiment + " _project.stage" , fProjectStage );
67- mds->addMetadata (fExperiment + " _project.version" , fProjectVersion );
68- mds->addMetadata (fExperiment + " _project.software" , fProjectSoftware );
69- mds->addMetadata (" production.name" , fProductionName );
70- mds->addMetadata (" production.type" , fProductionType );
64+ if (! fFCLName . empty ()) mds->addMetadata (" fcl.name" , fFCLName );
65+ if (! fProjectName . empty ()) mds->addMetadata (fExperiment + " _project.name" , fProjectName );
66+ if (! fProjectStage . empty ()) mds->addMetadata (fExperiment + " _project.stage" , fProjectStage );
67+ if (! fProjectVersion . empty ()) mds->addMetadata (fExperiment + " _project.version" , fProjectVersion );
68+ if (! fProjectSoftware . empty ()) mds->addMetadata (fExperiment + " _project.software" , fProjectSoftware );
69+ if (! fProductionName . empty ()) mds->addMetadata (" production.name" , fProductionName );
70+ if (! fProductionType . empty ()) mds->addMetadata (" production.type" , fProductionType );
7171 std::ostringstream ostr;
7272 if (fMerge >= 0 ) {
7373 if (fMerge > 0 )
Original file line number Diff line number Diff line change @@ -254,11 +254,10 @@ libdir fq_dir lib
254254product version qual flags <table_format=2>
255255genie_xsec v3_04_00 -
256256larcv2 v2_2_6 -
257- larsoft v10_04_06 -
258- sbnanaobj v10_00_00 -
257+ larsoft v10_04_07 -
258+ sbnalg v10_04_07 -
259259sbndaq_artdaq_core v1_10_06 -
260260sbndata v01_07 -
261- sbnobj v10_00_07 -
262261systematicstools v01_04_04 -
263262nusystematics v1_05_04 -
264263cetmodules v3_24_01 - only_for_build
@@ -317,11 +316,11 @@ end_product_list
317316#
318317####################################
319318
320- qualifier larsoft sbnobj sbnanaobj sbndaq_artdaq_core genie_xsec sbndata larcv2 systematicstools nusystematics notes
321- c14:debug c14:debug c14:debug c14:debug c14: s131:debug AR2320i00000:e1000:k250 -nq- c14:debug:p3915 c14:debug c14:debug -nq-
322- c14:prof c14:prof c14:prof c14:prof c14: s131:prof AR2320i00000:e1000:k250 -nq- c14:p3915:prof c14:prof c14:prof -nq-
323- e26:debug e26:debug e26:debug e26:debug e26: s131:debug AR2320i00000:e1000:k250 -nq- debug:e26:p3915 e26:debug e26:debug -nq-
324- e26:prof e26:prof e26:prof e26:prof e26: s131:prof AR2320i00000:e1000:k250 -nq- e26:p3915:prof e26:prof e26:prof -nq-
319+ qualifier larsoft sbnalg sbndaq_artdaq_core genie_xsec sbndata larcv2 systematicstools nusystematics notes
320+ c14:debug c14:debug c14:debug c14:s131:debug AR2320i00000:e1000:k250 -nq- c14:debug:p3915 c14:debug c14:debug -nq-
321+ c14:prof c14:prof c14:prof c14:s131:prof AR2320i00000:e1000:k250 -nq- c14:p3915:prof c14:prof c14:prof -nq-
322+ e26:debug e26:debug e26:debug e26:s131:debug AR2320i00000:e1000:k250 -nq- debug:e26:p3915 e26:debug e26:debug -nq-
323+ e26:prof e26:prof e26:prof e26:s131:prof AR2320i00000:e1000:k250 -nq- e26:p3915:prof e26:prof e26:prof -nq-
325324end_qualifier_list
326325####################################
327326
You can’t perform that action at this time.
0 commit comments