Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ sbnd_reco1_producers:{

### optical deconvolution
opdecopmt: @local::SBNDOpDeconvolutionPMT
opdecoxarapuca: @local::SBNDOpDeconvolutionXARAPUCA
opdecoxarapuca: @local::SBNDOpDeconvolutionXARAPUCA

### optical hit finders
# ophit: @local::sbnd_hit_finder
ophitpmt: @local::SBNDDecoOpHitFinderPMT
ophitxarapuca: @local::SBNDDecoOpHitFinderXArapuca
ophitxarapuca: @local::SBNDDecoOpHitFinderXArapuca

### flash finders
# opflash: @local::sbnd_opflash
opflashtpc0: @local::SBNDDecoSimpleFlashTPC0
opflashtpc1: @local::SBNDDecoSimpleFlashTPC1

# opflash(arapucas): @local::sbnd_opflash
## opflash(arapucas): @local::sbnd_opflash
opflashtpc0xarapuca: @local::SBNDDecoSimpleFlashTPC0Arapuca
opflashtpc1xarapuca: @local::SBNDDecoSimpleFlashTPC1Arapuca

Expand All @@ -58,13 +58,13 @@ sbnd_reco1_producers:{
sbnd_reco1_producer_sequence: [
rns
, opdecopmt
, opdecoxarapuca
#, opdecoxarapuca
, ophitpmt
, ophitxarapuca
#, ophitxarapuca
, opflashtpc0
, opflashtpc1
, opflashtpc0xarapuca
, opflashtpc1xarapuca
#, opflashtpc0xarapuca
#, opflashtpc1xarapuca
, gaushit
, gaushitTruthMatch
, crtstrips
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ sbnd_reco2_producer_sequence: [
, crttrackmatching
, fmatch
, fmatchop
, fmatchara
, fmatchopara
#, fmatchara
#, fmatchopara
, caloskimCalorimetry
, opt0finder
, tpcpmtbarycentermatching
Expand All @@ -117,8 +117,8 @@ sbnd_reco2_producer_sequence: [
, crttrackmatchingSCE
, fmatchSCE
, fmatchopSCE
, fmatcharaSCE
, fmatchoparaSCE
#, fmatcharaSCE
#, fmatchoparaSCE
, opt0finderSCE
, tpcpmtbarycentermatchingSCE
, cvn
Expand Down