Skip to content

Commit 48b3474

Browse files
committed
Remove extra tool for PR
1 parent 6e6a17e commit 48b3474

3 files changed

Lines changed: 2 additions & 97 deletions

File tree

sbncode/Calibration/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ cet_build_plugin(TrackCaloSkimmerSelectAllTrack art::tool
7070
ROOT::X3d
7171
)
7272

73-
cet_build_plugin(TrackCaloSkimmerSelectThroughgoingTrack art::tool
74-
LIBRARIES
75-
larcore::Geometry_Geometry_service
76-
)
77-
7873
cet_build_plugin ( DataSelect art::module
7974
LIBRARIES
8075
ifdh_art::IFDH_service

sbncode/Calibration/TrackCaloSkimmerSelectThroughgoingTrack_tool.cc

Lines changed: 0 additions & 79 deletions
This file was deleted.

sbncode/Calibration/fcl/sbnd/sbnd_trackcalo_skimmer.fcl

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ stopping_selection: {
5959
CheckFiducialX: false
6060
}
6161

62-
exiting_selection: {
62+
throughgoing_selection: {
6363
tool_type: TrackCaloSkimmerSelectStoppingTrack
6464
Invert: true
6565
PreScale: 1
@@ -82,18 +82,7 @@ a2c_selection: {
8282
TickCut: 2500
8383
}
8484

85-
throughgoing_selection: {
86-
tool_type: TrackCaloSkimmerSelectThroughgoingTrack
87-
FVInsetMinX: 5
88-
FVInsetMaxX: 5
89-
FVInsetMinY: 5
90-
FVInsetMaxY: 5
91-
FVInsetMinZ: 5
92-
FVInsetMaxZ: 5
93-
CheckFiducialX: false
94-
}
95-
9685
caloskim_nodigits_goldentracks: @local::caloskim_nodigits
97-
caloskim_nodigits_goldentracks.SelectionTools: [ @local::stopping_selection, @local::a2c_selection, @local::exiting_selection ]
86+
caloskim_nodigits_goldentracks.SelectionTools: [ @local::stopping_selection, @local::a2c_selection, @local::throughgoing_selection ]
9887

9988
END_PROLOG

0 commit comments

Comments
 (0)