@@ -13,31 +13,32 @@ sbnd_lightcalo:
1313 VIVHits: @local::sbnd_vis_RS100cm_hits_parameterization
1414 OpticalPathTool: @local::SBNDOpticalPath
1515
16- OpFlashProducers: ["opflashtpc0", "opflashtpc1"]
17- OpFlashAraProducers: ["opflashtpc0xarapuca", "opflashtpc1xarapuca"]
16+ OpFlashProducers: ["opflashtpc0", "opflashtpc1"]
17+ OpFlashAraProducers: ["opflashtpc0xarapuca", "opflashtpc1xarapuca"]
1818 # only validated for coated PMTs for now
19- PDTypes: ["pmt_coated"] # "pmt_uncoated", "xarapuca_vuv", "xarapuca_vis"
19+ PDTypes: ["pmt_coated"] # "pmt_uncoated", "xarapuca_vuv", "xarapuca_vis"
2020
21- SliceProducer: "pandora"
22- OpT0FinderProducer: "opt0finder"
23- BCFMProducer: "tpcpmtbarycentermatching"
21+ SliceProducer: "pandora"
22+ OpT0FinderProducer: "opt0finder"
23+ BCFMProducer: "tpcpmtbarycentermatching"
2424
25- UseBCFM: true
26- UseOpT0Finder: false
27- Verbose: false
25+ UseBCFM: true
26+ UseOpT0Finder: false
27+ Verbose: false
28+ FillTree: false
2829
29- bcfmScoreCut: 0.02 # default: accept bcfm match > bcfmScoreCut
30- opt0ScoreCut: 200 # default: accept opt0 match > opt0ScoreCut
31- opt0FractionalCut: 0.5
30+ bcfmScoreCut: 0.02 # default: accept bcfm match > bcfmScoreCut
31+ opt0ScoreCut: 200 # default: accept opt0 match > opt0ScoreCut
32+ opt0FractionalCut: 0.5
3233
33- OpFlashMin: 0.0 # in us, simulation [0.0], light-triggered data [-0.8]
34- OpFlashMax: 2.0 # in us, simulation [2.0], light-triggered data [2.0]
34+ OpFlashMin: 0.0 # in us, simulation [0.0], light-triggered data [-0.8]
35+ OpFlashMax: 2.0 # in us, simulation [2.0], light-triggered data [2.0]
3536
3637 # flash parameters
37- FlashOffset: 0.05 # in us, acceptable offset between the t0 between TPCs or between PMTs/X-ARAPUCAs
38- FlashNoiseThreshold: [ 600., 1500. ] # in PE, {PMT, xARAPUCA}, flash total PE threshold to ignore a flash
39- OpDetMaxPEThreshold: [4000., 1e9] # in PE, PE in a single opdet to ignore (due to saturation effects)
40- OpDetMask: [] # list of opdet channels to ignore (off/non-reconstructable PMTs are already identified via calibration db)
38+ FlashOffset: 0.05 # in us, acceptable offset between the t0 between TPCs or between PMTs/X-ARAPUCAs
39+ FlashNoiseThreshold: [ 600., 1500. ] # in PE, {PMT, xARAPUCA}, flash total PE threshold to ignore a flash
40+ OpDetMaxPEThreshold: [4000., 1e9] # in PE, PE in a single opdet to ignore (due to saturation effects)
41+ OpDetMask: [] # list of opdet channels to ignore (off/non-reconstructable PMTs are already identified via calibration db)
4142
4243 # calibration constants & simulation parameters
4344 CalAreaConstants: @local::sbnd_calorimetryalgmc.CalAreaConstants
@@ -48,9 +49,9 @@ sbnd_lightcalo:
4849 PMTCoatedVUVEff_tpc1: @local::sbnd_digipmt_alg.PMTCoatedVUVEff_tpc1
4950 PMTUncoatedEff_tpc1: @local::sbnd_digipmt_alg.PMTUncoatedEff_tpc1
5051
51- XArapucaVUVVUVEff: @local::sbnd_digiarapuca_alg.XArapucaVUVEffVUV
52- XArapucaVUVVISEff: @local::sbnd_digiarapuca_alg.XArapucaVUVEffVis
53- XArapucaVISEff: @local::sbnd_digiarapuca_alg.XArapucaVISEff
52+ XArapucaVUVVUVEff: @local::sbnd_digiarapuca_alg.XArapucaVUVEffVUV
53+ XArapucaVUVVISEff: @local::sbnd_digiarapuca_alg.XArapucaVUVEffVis
54+ XArapucaVISEff: @local::sbnd_digiarapuca_alg.XArapucaVISEff
5455}
5556
5657sbnd_lightcalo_sce: @local::sbnd_lightcalo
0 commit comments