Skip to content

Commit cbf3fc5

Browse files
author
Mun Jung Jung
committed
caf etau var fcls for future
1 parent c92340a commit cbf3fc5

5 files changed

Lines changed: 40 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
install_fhicl()
2+
3+
FILE(GLOB fcl_files *.fcl)
4+
install_source(EXTRAS ${fcl_files} )
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

0 commit comments

Comments
 (0)