Skip to content

Commit 48e101c

Browse files
author
Brinden Carlson
committed
Remove crt skim from reco workflow
1 parent 234d867 commit 48e101c

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
cmake_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)
1919
find_package(cetmodules REQUIRED)
2020
project(sbndcode LANGUAGES CXX)
2121

2222
# for CI:
23-
# project(sbndcode VERSION 10.04.03)
23+
# project(sbndcode VERSION 10.04.04)
2424

2525
message(STATUS "\n")
2626
message(STATUS "================================= ${PROJECT_NAME} =================================")

sbndcode/JobConfigurations/base/reco_sbnd.fcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
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

ups/product_deps

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ wpdir product_dir wire-cell-cfg
253253
#
254254
####################################
255255
product version qual flags <table_format=2>
256-
sbncode v10_04_03 -
256+
sbncode v10_04_04 -
257257
cetmodules 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
260260
end_product_list
261261
####################################
262262

0 commit comments

Comments
 (0)