Skip to content

Commit 9c30759

Browse files
committed
add software trigger to detsim
1 parent 295670f commit 9c30759

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

sbndcode/JobConfigurations/standard/standard_detsim_sbnd.fcl

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include "crtsimmodules_sbnd.fcl"
3636
#include "opdetdigitizer_sbnd.fcl"
3737
#include "rootoutput_sbnd.fcl"
38+
#include "pmtmcmetricproducer.fcl"
3839

3940
process_name: DetSim
4041

@@ -62,14 +63,15 @@ physics:
6263

6364
producers:
6465
{
65-
rns: { module_type: "RandomNumberSaver" }
66-
simtpc2d: @local::sbnd_wcls_simsp
67-
crtsim: @local::sbnd_crtsim
68-
opdaq: @local::sbnd_opdetdigitizer
66+
rns: { module_type: "RandomNumberSaver" }
67+
simtpc2d: @local::sbnd_wcls_simsp
68+
crtsim: @local::sbnd_crtsim
69+
opdaq: @local::sbnd_opdetdigitizer
70+
pmtmetricmc: @local::pmtmcmetricproducer
6971
}
7072

7173
#define the producer and filter modules for this path, order matters,
72-
simulate: [rns, simtpc2d, crtsim, opdaq]
74+
simulate: [rns, simtpc2d, crtsim, opdaq, pmtmetricmc]
7375

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

0 commit comments

Comments
 (0)