Skip to content

Commit da90f51

Browse files
author
Mun Jung Jung
committed
reco2 detvar fcls
1 parent cbf3fc5 commit da90f51

5 files changed

Lines changed: 25 additions & 0 deletions

File tree

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/reco/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
add_subdirectory(deprecated)
22
add_subdirectory(config)
3+
add_subdirectory(detector_variations)
34

45
install_fhicl()
56

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: reco2_data_elifetime_35ms.fcl
2+
# Author: Mun Jung Jung (munjung@uchicago.edu)
3+
#
4+
# fcl to change the electron lifetime used in data reco2
5+
# elifetime = 35ms
6+
7+
#include "reco2_data.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: standard_reco2_sbnd_elifetime_35ms.fcl
2+
# Author: Mun Jung Jung (munjung@uchicago.edu)
3+
#
4+
# fcl to change the electron lifetime used in MC reco2
5+
# elifetime = 35ms
6+
7+
#include "standard_reco2_sbnd.fcl"
8+
9+
services.DetectorPropertiesService.Electronlifetime: 35000

0 commit comments

Comments
 (0)