Skip to content

Commit 42c3fc0

Browse files
authored
Merge branch 'feature/munjung-detvar_fcls' into feature/linyan-cleanupelifetime
2 parents b49b177 + 569e46c commit 42c3fc0

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# File: standard_detsim_sbnd_elifetime_10ms.fcl
2+
# Author: Mun Jung Jung (munjung@uchicago.edu)
3+
#
4+
# fcl to change the electron lifetime used in WC detsim
5+
# elifetime = 10ms
6+
#
7+
#include "standard_detsim_sbnd.fcl"
8+
9+
# change electron lifetime
10+
physics.producers.simtpc2d.wcls_main.structs.lifetime: 10
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# File: standard_detsim_sbnd_elifetime_35ms.fcl
2+
# Author: Mun Jung Jung (munjung@uchicago.edu)
3+
#
4+
# fcl to change the electron lifetime used in WC detsim
5+
# elifetime = 35ms
6+
#
7+
#include "standard_detsim_sbnd.fcl"
8+
9+
# change electron lifetime
10+
physics.producers.simtpc2d.wcls_main.structs.lifetime: 35
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include "standard_g4_sbnd.fcl"
2+
3+
services.DetectorPropertiesService.Electronlifetime: 35e3 #microseconds
4+

0 commit comments

Comments
 (0)