File tree Expand file tree Collapse file tree
sbndcode/JobConfigurations/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616cmake_minimum_required (VERSION 3.20 FATAL_ERROR )
1717
18- set (${PROJECT_NAME } _CMAKE_PROJECT_VERSION_STRING 10.04.03 )
18+ set (${PROJECT_NAME } _CMAKE_PROJECT_VERSION_STRING 10.04.04 )
1919find_package (cetmodules REQUIRED )
2020project (sbndcode LANGUAGES CXX )
2121
2222# for CI:
23- # project(sbndcode VERSION 10.04.03 )
23+ # project(sbndcode VERSION 10.04.04 )
2424
2525message (STATUS "\n " )
2626message (STATUS "================================= ${PROJECT_NAME } =================================" )
Original file line number Diff line number Diff line change 4848#include "flashmatch_sbnd.fcl"
4949
5050#include "sbnd_trackcalo_skimmer.fcl"
51- #include "crtskim_sbnd.fcl"
5251#include "pmtskim_sbnd.fcl"
5352
5453#include "mlreco_sbnd.fcl"
@@ -256,13 +255,12 @@ physics:
256255
257256 analyzers:{
258257 caloskim: @local::caloskim_nodigits_goldentracks
259- crtskim: @local::crtskim_sbnd
260258 pmtskim: @local::pmtskim_sbnd
261259 supera: @local::sbnd_supera
262260 superampvmpr: @local::sbnd_supera_mpvmpr
263261 }
264262
265- caloskimana: [ caloskim, crtskim, pmtskim ]
263+ caloskimana: [ caloskim, pmtskim ]
266264 superaana: [ supera ] #outputs larcv.root for use in mlreco
267265
268266 #define the output stream, there could be more than one if using filters
Original file line number Diff line number Diff line change @@ -253,10 +253,10 @@ wpdir product_dir wire-cell-cfg
253253#
254254####################################
255255product version qual flags <table_format=2>
256- sbncode v10_04_03 -
256+ sbncode v10_04_04 -
257257cetmodules v3_24_01 - only_for_build
258- sbnd_data v01_27_00 - optional
259- sbndutil v10_04_03 - optional
258+ sbnd_data v01_28_00 - optional
259+ sbndutil v10_04_04 - optional
260260end_product_list
261261####################################
262262
You can’t perform that action at this time.
0 commit comments