Skip to content

Commit 25d26a4

Browse files
Merge pull request #764 from SBNSoftware/feature/munjung-detvar_fcls
fcl with etau 35ms
2 parents 948a003 + c1c3698 commit 25d26a4

20 files changed

Lines changed: 82 additions & 27 deletions

sbndcode/JobConfigurations/standard/caf/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
add_subdirectory(detector_variations)
2+
13
install_fhicl()
24

35
FILE(GLOB fcl_files *.fcl)

sbndcode/JobConfigurations/standard/g4/lifetime/CMakeLists.txt renamed to sbndcode/JobConfigurations/standard/caf/detector_variations/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ install_fhicl()
22

33
FILE(GLOB fcl_files *.fcl)
44
install_source(EXTRAS ${fcl_files} )
5-
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# File: cafmakerjob_sbnd_data_sce_bnblight_elifetime_35ms.fcl
2+
# Author: Mun Jung Jung (munjung@uchicago.edu)
3+
#
4+
# fcl to change the electron lifetime used in CAF
5+
# elifetime = 35ms
6+
7+
#include "cafmakerjob_sbnd_data_sce_bnblight.fcl"
8+
9+
services.DetectorPropertiesService.Electronlifetime: 35000
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# File: cafmakerjob_sbnd_data_sce_offbeamlight_elifetime_35ms.fcl
2+
# Author: Mun Jung Jung (munjung@uchicago.edu)
3+
#
4+
# fcl to change the electron lifetime used in CAF
5+
# elifetime = 35ms
6+
7+
#include "cafmakerjob_sbnd_data_sce_offbeamlight.fcl"
8+
9+
services.DetectorPropertiesService.Electronlifetime: 35000
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# File: cafmakerjob_sbnd_sce_cosmics_elifetime_35ms.fcl
2+
# Author: Mun Jung Jung (munjung@uchicago.edu)
3+
#
4+
# fcl to change the electron lifetime used in CAF
5+
# elifetime = 35ms
6+
7+
#include "cafmakerjob_sbnd_sce_cosmics.fcl"
8+
9+
services.DetectorPropertiesService.Electronlifetime: 35000
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# File: cafmakerjob_sbnd_sce_systtools_and_fluxwgt_elifetime_35ms.fcl
2+
# Author: Mun Jung Jung (munjung@uchicago.edu)
3+
#
4+
# fcl to change the electron lifetime used in CAF
5+
# elifetime = 35ms
6+
7+
#include "cafmakerjob_sbnd_sce_systtools_and_fluxwgt.fcl"
8+
9+
services.DetectorPropertiesService.Electronlifetime: 35000
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

sbndcode/JobConfigurations/standard/g4/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FILE(GLOB fcl_files *.fcl)
44
install_source(EXTRAS ${fcl_files} )
55

66
add_subdirectory(recomb_variations)
7-
add_subdirectory(lifetime)
87
add_subdirectory(crt_filter)
98
add_subdirectory(optical_sim)
109

sbndcode/JobConfigurations/standard/g4/lifetime/g4_0.75ms_electron_lifetime.fcl

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

0 commit comments

Comments
 (0)