Skip to content

Commit 41f0e90

Browse files
committed
Bug fix for the last commit...
1 parent e1e23ad commit 41f0e90

4 files changed

Lines changed: 11 additions & 23 deletions

File tree

sbndcode/CRT/CRTBackTracker/crtbacktrackeralg_sbnd.fcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ BEGIN_PROLOG
22

33
crtbacktrackeralg_sbnd:
44
{
5-
module_type: "CRTCalibAna"
65
SimModuleLabel: "largeant"
76
SimDepositModuleLabel: "genericcrt"
87
FEBDataModuleLabel: "crtsim"

sbndcode/JobConfigurations/base/reco_sbnd.fcl

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
###include "hitparticleassociations.fcl"
5252

5353
#include "sbnd_trackcalo_skimmer.fcl"
54+
#include "crtbacktrackeralg_sbnd.fcl"
55+
#include "pmtskim_sbnd.fcl"
5456

5557
process_name: Reco
5658

@@ -245,11 +247,15 @@ physics:
245247

246248
analyzers:{
247249
caloskim: @local::caloskim_nodigits_goldentracks
248-
, crtskim: @local::crtbacktrackeralg_sbnd
249-
, pmtskim: @local::pmtskim_sbnd
250+
crtskim: {
251+
module_type: "CRTCalibAna"
252+
CRTBackTrackerAlg: @local::crtbacktrackeralg_sbnd
253+
}
254+
pmtskim: @local::pmtskim_sbnd
250255
}
251256

252-
caloskimana: [ caloskim, crtskim, pmtskim ]
257+
# caloskimana: [ caloskim, pmtskim ]
258+
caloskimana: [ caloskim, crtskim, pmtskim ]
253259

254260
#define the output stream, there could be more than one if using filters
255261
stream1: [ out1 ]

sbndcode/JobConfigurations/standard/reco/reco2_sce.fcl

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# job configuration
1010

1111
#include "simulationservices_sbnd.fcl"
12-
#include "crtbacktrackeralg_sbnd.fcl"
12+
##include "crtbacktrackeralg_sbnd.fcl"
1313
#include "reco_sbnd.fcl"
1414

1515
process_name: Reco2
@@ -24,24 +24,6 @@ physics.reco2_sce: [@sequence::physics.reco2,
2424

2525
physics.trigger_paths: [ reco2_sce ]
2626

27-
#physics.analyzers.crtskim: {
28-
# module_type: "CRTCalibAna"
29-
# CRTBackTrackerAlg: @local::crtbacktrackeralg_sbnd
30-
#}
31-
#physics.crtskimana: [ "crtskim" ]
32-
#
33-
#physics.analyzers.pmtskim: {
34-
# module_type: "SBNDFlashAssAna"
35-
# TriggerLabel: "generator"
36-
# DumpWaveformsInfo: false
37-
# OpDetWaveformLabels: ["opdecopmt", "opdecoxarapuca"]
38-
# OpHitLabels: ["ophitpmt", "ophitxarapuca"]
39-
# FlashLabels: ["opflashtpc0", "opflashtpc1", "opflashtpc0xarapuca", "opflashtpc1xarapuca"]
40-
# PEOpHitThreshold: 0
41-
# Debug: false
42-
#}
43-
#physics.pmtskimana: [ "pmtskim" ]
44-
4527
physics.end_paths: [stream1, caloskimana]
4628

4729
# turn on space charge service

sbndcode/PDS/OpReco/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ cet_build_plugin(SBNDFlashAssAna art::module LIBRARIES ${MODULE_LIBRARIES})
3636

3737
install_headers()
3838
install_source()
39+
install_fhicl()

0 commit comments

Comments
 (0)