Skip to content

Commit e6d9d0e

Browse files
authored
Merge branch 'develop' into feature/TriggerWorkNikki-PR
2 parents 8bb8cb4 + 99faebf commit e6d9d0e

6 files changed

Lines changed: 22 additions & 23 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717

18-
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.14.00)
18+
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.14.00.01)
1919
find_package(cetmodules REQUIRED)
2020
project(sbndcode LANGUAGES CXX)
2121

sbndcode/JobConfigurations/base/detsim_drops.fcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ detsim_drops: [ @sequence::g4_drops
2525
, "drop sim::SimEnergyDeposits_ionandscintout__*"
2626
, "drop sim::SimEnergyDeposits_ionandscint_*_*"
2727
, "drop sim::SimEnergyDeposits_largeant_*_*"
28-
, "keep sim::SimEnergyDeposits_ionandscint_priorSCE_*"]
28+
, "keep sim::SimEnergyDeposits_ionandscint_priorSCE_*"
29+
, "drop raw::OpDetWaveforms_opdaq_*_*"]
2930

3031
END_PROLOG
3132

sbndcode/OpDetReco/OpDeconvolution/job/run_decohitfinder.fcl

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,27 @@ physics:
4141
{
4242
producers:
4343
{
44-
opdecopmt: @local::SBNDOpDeconvolutionPMT
45-
ophitpmt: @local::SBNDDecoOpHitFinderPMT
46-
opflashtpc0: @local::SBNDDecoSimpleFlashTPC0
47-
opflashtpc1: @local::SBNDDecoSimpleFlashTPC1
44+
opdecopmt: @local::SBNDOpDeconvolutionPMT_realisticMC
45+
ophitpmt: @local::SBNDDecoOpHitFinderPMT_realisticMC
46+
opflashtpc0: @local::SBNDDecoSimpleFlashTPC0_realisticMC
47+
opflashtpc1: @local::SBNDDecoSimpleFlashTPC1_realisticMC
4848

4949
opdecoxarapuca: @local::SBNDOpDeconvolutionXARAPUCA
5050
ophitxarapuca: @local::SBNDDecoOpHitFinderXArapuca
5151
opflashdecotpc0arapuca: @local::SBNDDecoSimpleFlashTPC0Arapuca
5252
opflashdecotpc1arapuca: @local::SBNDDecoSimpleFlashTPC1Arapuca
53-
5453
}
5554

5655
reco: [
5756
opdecopmt,
5857
ophitpmt,
5958
opflashtpc0,
60-
opflashtpc1,
59+
opflashtpc1
6160

62-
opdecoxarapuca,
63-
ophitxarapuca,
64-
opflashdecotpc0arapuca,
65-
opflashdecotpc1arapuca
61+
#opdecoxarapuca,
62+
#ophitxarapuca,
63+
#opflashdecotpc0arapuca,
64+
#opflashdecotpc1arapuca
6665
]
6766

6867

sbndcode/OpDetReco/OpDeconvolution/job/sbnd_flashfinder_deco.fcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ SBNDDecoSimpleFlashTPC0_realisticMC.OpHitInputTime: "RiseTime"
6262
SBNDDecoSimpleFlashTPC0_realisticMC.UseT0Tool: true
6363
SBNDDecoSimpleFlashTPC0_realisticMC.ReadoutDelay: 0 //cable time delay in us
6464
SBNDDecoSimpleFlashTPC0_realisticMC.CorrectLightPropagation: true
65+
SBNDDecoSimpleFlashTPC0_realisticMC.DriftEstimatorConfig.CalibrationFile: "OpDetReco/PMTRatioCalibration_MC2.root"
6566

6667
#TPC1
6768
SBNDDecoSimpleFlashTPC1_realisticMC: @local::SBNDSimpleFlashTPC1
@@ -73,7 +74,7 @@ SBNDDecoSimpleFlashTPC1_realisticMC.OpHitInputTime: "RiseTime"
7374
SBNDDecoSimpleFlashTPC1_realisticMC.UseT0Tool: true
7475
SBNDDecoSimpleFlashTPC1_realisticMC.ReadoutDelay: 0 //cable time delay in us
7576
SBNDDecoSimpleFlashTPC1_realisticMC.CorrectLightPropagation: true
76-
SBNDDecoSimpleFlashTPC1_realisticMC.DriftEstimatorConfig.CalibrationFile: "OpDetReco/PMTRatioCalibration_data_v2.root"
77+
SBNDDecoSimpleFlashTPC1_realisticMC.DriftEstimatorConfig.CalibrationFile: "OpDetReco/PMTRatioCalibration_MC2.root"
7778

7879

7980
###### XA IDEAL MC ######

sbndcode/OpDetReco/OpDeconvolution/job/sbnd_ophitfinder_deco.fcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,5 @@ SBNDDecoOpHitFinderPMT_data.PedAlgoPset.Method:2
103103

104104
#####OpHit finder for PMT deconvolved waveforms#####
105105
SBNDDecoOpHitFinderPMT_realisticMC: @local::SBNDDecoOpHitFinderPMT_data
106-
####SPE area must be 1./DecoWaveformPrecision
107-
SBNDDecoOpHitFinderPMT_realisticMC.InputModule: "pmtpulseoscillation"
108106

109-
END_PROLOG
107+
END_PROLOG

sbndcode/OpDetSim/digi_pmt_sbnd.fcl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sbnd_digipmt_alg:
2323
CableTime: 135 #time delay of the 30 m long readout cable in ns
2424

2525
# Digitizer simulation
26-
PMTADCDynamicRange: 14745 #in ADC values
26+
PMTADCDynamicRange: 14250 #in ADC values
2727
PMTBaseline: 14250 #in ADC
2828
PMTBaselineRMS: 2.6 #in ADC
2929

@@ -35,13 +35,13 @@ sbnd_digipmt_alg:
3535
PMTDarkNoiseRate: 1000.0 #in Hz
3636

3737
# Detection efficiencies
38-
PMTCoatedVUVEff_tpc0: 0.0315 #PMT coated detection efficiency for direct (VUV) light
39-
PMTCoatedVISEff_tpc0: 0.03493 #PMT coated detection efficiency for reflected (VIS) light
40-
PMTUncoatedEff_tpc0: 0.03382 #PMT uncoated detection efficiency
38+
PMTCoatedVUVEff_tpc0: 0.0392 #PMT coated detection efficiency for direct (VUV) light
39+
PMTCoatedVISEff_tpc0: 0.026 #PMT coated detection efficiency for reflected (VIS) light
40+
PMTUncoatedEff_tpc0: 0.0357 #PMT uncoated detection efficiency
4141

42-
PMTCoatedVUVEff_tpc1: 0.027 #PMT coated detection efficiency for direct (VUV) light
43-
PMTCoatedVISEff_tpc1: 0.03493 #PMT coated detection efficiency for reflected (VIS) light
44-
PMTUncoatedEff_tpc1: 0.03382 #PMT uncoated detection efficiency
42+
PMTCoatedVUVEff_tpc1: 0.0392 #PMT coated detection efficiency for direct (VUV) light
43+
PMTCoatedVISEff_tpc1: 0.026 #PMT coated detection efficiency for reflected (VIS) light
44+
PMTUncoatedEff_tpc1: 0.0357 #PMT uncoated detection efficiency
4545

4646
# Simulate gain fluctuations
4747
# (comment-out to skip gain fluctuations simulation)

0 commit comments

Comments
 (0)