Skip to content

Commit 12270a9

Browse files
committed
add pmtmetricmc config line and the sbnd tag to the config fcl
1 parent b938fe1 commit 12270a9

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

sbndcode/JobConfigurations/standard/standard_detsim_sbnd.fcl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ physics:
6363

6464
producers:
6565
{
66-
rns: { module_type: "RandomNumberSaver" }
67-
simtpc2d: @local::sbnd_wcls_simsp_bothrois
68-
crtsim: @local::sbnd_crtsim
69-
opdaq: @local::sbnd_opdetdigitizer
66+
rns: { module_type: "RandomNumberSaver" }
67+
simtpc2d: @local::sbnd_wcls_simsp_bothrois
68+
crtsim: @local::sbnd_crtsim
69+
opdaq: @local::sbnd_opdetdigitizer
70+
pmtmetricmc: @local::sbnd_sbnd_pmtmcmetricproducer
7071
}
7172

7273
#define the producer and filter modules for this path, order matters,

sbndcode/Trigger/PMTSoftware/fcls/pmtmcmetricproducer.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BEGIN_PROLOG
22

3-
pmtmcmetricproducer: {
3+
sbnd_pmtmcmetricproducer: {
44
module_type: "PMTMCMetricProducer"
55
PDTypes: ["pmt_coated","pmt_uncoated"]
66
OpDetWaveformsLabel: "opdaq"

0 commit comments

Comments
 (0)