Skip to content

Commit 027febc

Browse files
Merge pull request #822 from SBNSoftware/bugfix_remove_xaophit
Removing XA related ophit and downstream reco for sbndcode issue #821
2 parents 997ed95 + 1dbad08 commit 027febc

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

sbndcode/JobConfigurations/standard/reco/config/workflow_reco1.fcl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ sbnd_reco1_producers:{
1919

2020
### optical deconvolution
2121
opdecopmt: @local::SBNDOpDeconvolutionPMT
22-
opdecoxarapuca: @local::SBNDOpDeconvolutionXARAPUCA
22+
opdecoxarapuca: @local::SBNDOpDeconvolutionXARAPUCA
2323

2424
### optical hit finders
2525
# ophit: @local::sbnd_hit_finder
2626
ophitpmt: @local::SBNDDecoOpHitFinderPMT
27-
ophitxarapuca: @local::SBNDDecoOpHitFinderXArapuca
27+
ophitxarapuca: @local::SBNDDecoOpHitFinderXArapuca
2828

2929
### flash finders
3030
# opflash: @local::sbnd_opflash
3131
opflashtpc0: @local::SBNDDecoSimpleFlashTPC0
3232
opflashtpc1: @local::SBNDDecoSimpleFlashTPC1
3333

34-
# opflash(arapucas): @local::sbnd_opflash
34+
## opflash(arapucas): @local::sbnd_opflash
3535
opflashtpc0xarapuca: @local::SBNDDecoSimpleFlashTPC0Arapuca
3636
opflashtpc1xarapuca: @local::SBNDDecoSimpleFlashTPC1Arapuca
3737

@@ -58,13 +58,13 @@ sbnd_reco1_producers:{
5858
sbnd_reco1_producer_sequence: [
5959
rns
6060
, opdecopmt
61-
, opdecoxarapuca
61+
#, opdecoxarapuca
6262
, ophitpmt
63-
, ophitxarapuca
63+
#, ophitxarapuca
6464
, opflashtpc0
6565
, opflashtpc1
66-
, opflashtpc0xarapuca
67-
, opflashtpc1xarapuca
66+
#, opflashtpc0xarapuca
67+
#, opflashtpc1xarapuca
6868
, gaushit
6969
, gaushitTruthMatch
7070
, crtstrips

sbndcode/JobConfigurations/standard/reco/config/workflow_reco2.fcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ sbnd_reco2_producer_sequence: [
102102
, crttrackmatching
103103
, fmatch
104104
, fmatchop
105-
, fmatchara
106-
, fmatchopara
105+
#, fmatchara
106+
#, fmatchopara
107107
, caloskimCalorimetry
108108
, opt0finder
109109
, tpcpmtbarycentermatching
@@ -117,8 +117,8 @@ sbnd_reco2_producer_sequence: [
117117
, crttrackmatchingSCE
118118
, fmatchSCE
119119
, fmatchopSCE
120-
, fmatcharaSCE
121-
, fmatchoparaSCE
120+
#, fmatcharaSCE
121+
#, fmatchoparaSCE
122122
, opt0finderSCE
123123
, tpcpmtbarycentermatchingSCE
124124
, cvn

0 commit comments

Comments
 (0)