Skip to content

Commit 64397af

Browse files
Merge pull request #923 from SBNSoftware/gen2_lightyield_detvar
[Production] Light yield detvar for gen2
2 parents 4536d13 + 227ddbc commit 64397af

11 files changed

+231
-40
lines changed

sbndcode/JobConfigurations/standard/detsim/detector_variations/detsim_detvar_PDSonly_sbnd.fcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ producers:
99
{
1010
rns: { module_type: "RandomNumberSaver" }
1111
opdaq: @local::sbnd_opdetdigitizer
12+
pmtpulseoscillation: @local::sbnd_pmtpulseoscillation
13+
pmtmetricmc: @local::sbnd_pmtmcmetricproducer
1214
}
1315

1416
#define the producer and filter modules for this path, order matters,
15-
simulate: [rns, opdaq]
17+
simulate: [rns, opdaq, pmtpulseoscillation, pmtmetricmc]
1618

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

sbndcode/JobConfigurations/standard/detsim/detector_variations/pmt_variations/standard_detsim_sbnd_PMTGainFluct.fcl

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

sbndcode/JobConfigurations/standard/detsim/detector_variations/pmt_variations/standard_detsim_sbnd_PMTGainFluct_HighNoise.fcl

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

sbndcode/JobConfigurations/standard/detsim/detector_variations/pmt_variations/standard_detsim_sbnd_PMTGainFluct_HighNoise_LowEff.fcl

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

sbndcode/JobConfigurations/standard/detsim/detector_variations/pmt_variations/standard_detsim_sbnd_PMTGainFluct_LowEff.fcl

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#include "detsim_detvar_PDSonly_sbnd.fcl"
2+
#factor of 1.19
3+
physics.producers.opdaq.PMTCoatedVUVEff_tpc0: 0.04665
4+
physics.producers.opdaq.PMTCoatedVISEff_tpc0: 0.03094
5+
physics.producers.opdaq.PMTUncoatedEff_tpc0: 0.04248
6+
physics.producers.opdaq.PMTCoatedVUVEff_tpc1: 0.04665
7+
physics.producers.opdaq.PMTCoatedVISEff_tpc1: 0.03094
8+
physics.producers.opdaq.PMTUncoatedEff_tpc1: 0.04248

sbndcode/JobConfigurations/standard/detsim/detector_variations/pmt_variations/standard_detsim_sbnd_PMTHighNoise.fcl

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

sbndcode/JobConfigurations/standard/detsim/detector_variations/pmt_variations/standard_detsim_sbnd_PMTHighNoise_LowEff.fcl

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#include "standard_detsim_sbnd.fcl"
2-
physics.producers.opdaq.PMTCoatedVUVEff_tpc0: 0.021
3-
physics.producers.opdaq.PMTCoatedVISEff_tpc0: 0.02329
4-
physics.producers.opdaq.PMTUncoatedEff_tpc0: 0.0225
5-
physics.producers.opdaq.PMTCoatedVUVEff_tpc1: 0.018
6-
physics.producers.opdaq.PMTCoatedVISEff_tpc1: 0.02329
7-
physics.producers.opdaq.PMTUncoatedEff_tpc1: 0.0225
1+
#include "detsim_detvar_PDSonly_sbnd.fcl"
2+
#factor of 0.94
3+
physics.producers.opdaq.PMTCoatedVUVEff_tpc0: 0.03685
4+
physics.producers.opdaq.PMTCoatedVISEff_tpc0: 0.02444
5+
physics.producers.opdaq.PMTUncoatedEff_tpc0: 0.03356
6+
physics.producers.opdaq.PMTCoatedVUVEff_tpc1: 0.03685
7+
physics.producers.opdaq.PMTCoatedVISEff_tpc1: 0.02444
8+
physics.producers.opdaq.PMTUncoatedEff_tpc1: 0.03356
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
11
#include "standard_reco1_sbnd.fcl"
22

33
process_name: Reco1Var
4+
5+
physics.producers.specialblipgaushit.CalDataModuleLabel: "simtpc2d:dnnsp"
6+
physics.producers.simplemerge: @local::sbnd_simplemerge
7+
physics.producers.simplemerge.InputSourcesLabels: ["largeant","largeantdropped"]
8+
9+
sbnd_reco1_producer_sequence_DetVar: [
10+
rns
11+
, simplemerge
12+
, opdecopmt
13+
#, opdecoxarapuca
14+
, ophitpmt
15+
#, ophitxarapuca
16+
, opflashtpc0
17+
, opflashtpc1
18+
#, opflashtpc0xarapuca
19+
#, opflashtpc1xarapuca
20+
, gaushit
21+
, gaushitTruthMatch
22+
, specialblipgaushit
23+
, blipgaushitTruthMatch
24+
, crtstrips
25+
, crtclustering
26+
, crtspacepoints
27+
, crttracks
28+
, cluster3d
29+
]
30+
31+
physics.reco1: @local::sbnd_reco1_producer_sequence_DetVar
32+
physics.analyzers.supera.supera_params: "sbnd_supera_parameters.fcl"

0 commit comments

Comments
 (0)